Companion
Companion with factory functions that start from an empty AdModifier.
Properties
An empty AdModifier with all defaults (no-op modifier).
Functions
Factory: sets opacity.
Factory: sets aspect ratio.
Factory: sets a background colour.
Factory: clips content to a circle.
Factory: clips content with rounded corners.
Factory: clips content to bounds.
Factory: rounds corners and sets clip shape.
Factory: sets shadow elevation.
Factory: fills the available height.
Factory: fills both available width and height.
Factory: fills the available width.
Factory: makes the node gone (removed from layout).
Factory: sets a fixed height.
Factory: sets height min/max constraints.
Factory: makes the node invisible (still occupies space).
Factory: applies uniform margin on all sides.
Factory: applies horizontal and vertical margin.
Factory: applies per-side margin.
Factory: fills both available width and height. Alias for fillMaxSize.
Factory: sets a maximum height.
Factory: sets a maximum width.
Factory: sets a minimum height.
Factory: sets a minimum width.
Factory: applies an offset.
Factory: applies uniform padding on all sides.
Factory: applies horizontal and vertical padding.
Factory: applies per-side padding.
Factory: sets shadow elevation. Alias for elevation.
Factory: sets a fixed size (same width and height).
Factory: sets a fixed width and height.
Factory: makes the node visible.
Factory: sets flex weight.
Factory: sets a fixed width.
Factory: sets width min/max constraints.
Factory: wraps content height.
Factory: wraps content width and height.
Factory: wraps content width.
Factory: sets z-index (stacking order).