ResponsiveColumn class
Constructors
-
ResponsiveColumn({double? xxs = 12, double? xs, double? sm, double? md, double? lg, double? xl, double? xxl, double? height, Widget child = nil, Decoration? decoration, Decoration? foregroundDecoration, Alignment? alignment, EdgeInsets? padding, EdgeInsets? margin})
-
Responsive Column thats have breakpoints for each ScreenTier. If a tier is not specified, its fall down to the next smaller screen tier
const
-
ResponsiveColumn.all({required double value, double? height, Widget child = nil, Decoration? decoration, Decoration? foregroundDecoration, Alignment? alignment, EdgeInsets? padding, EdgeInsets? margin})
-
Responsive Column thats have breakpoints for each ScreenTier. Each tier has a default value
factory
-
ResponsiveColumn.auto({double? xxs = 12, double? xs = 6, double? sm = 4, double? md = 3, double? lg = 3, double? xl = 2, double? xxl = 1, double? height, Widget child = nil, Decoration? decoration, Decoration? foregroundDecoration, Alignment? alignment, EdgeInsets? padding, EdgeInsets? margin})
-
Responsive Column thats have breakpoints for each ScreenTier. Each tier has a default value
const
-
ResponsiveColumn.copy(ResponsiveColumn columnSizes, {Widget? child})
-
Creates a copy of the given ResponsiveColumn with an optional new child.
factory
-
ResponsiveColumn.full({double? height, Widget child = nil, Decoration? decoration, Decoration? foregroundDecoration, Alignment? alignment, EdgeInsets? padding, EdgeInsets? margin})
-
Creates a ResponsiveColumn with full width for each screen tier.
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited