ModifierFallbacks

Static Class

Static Fields

FlexExpand: FlexibleModifier
FlexTight: FlexibleModifier
This fallback modifier causes the widget to use no flex layouting, forcing the implicit preferred size of its content to be used.
FlexTightStretch: FlexibleModifier
ImplicitFlexFill: FlexibleModifier
This fallback modifier causes the widget to use flex filling to fill available space unless placed under a parent using IPreferExplicitFlex.
RemarksDefault behavior: When placed under a parent using IPreferExplicitFlex:
MarginZero: MarginModifier
PaddingZero: PaddingModifier
PosStretch: PositionModifier
StackingStretch: PositionModifier
This fallback modifier causes the widget to use absolute positioning to fill available space when placed under a parent using IPreferStacking.

Inherited Members

On this page