LRowAxis class
used in LRow for deciding the flex direction for the columns on each LBreakPoint
Constructors
- LRowAxis({Axis xs = Axis.vertical, Axis sm = Axis.horizontal, Axis md = Axis.horizontal, Axis lg = Axis.horizontal, Axis xl = Axis.horizontal})
-
used in LRow for deciding the flex direction for the columns
on each LBreakPoint
const
- LRowAxis.aboveMD(Axis value)
-
const
- LRowAxis.aboveSM(Axis value)
-
const
- LRowAxis.aboveXS(Axis value)
-
const
- LRowAxis.all(Axis value)
-
const
- LRowAxis.belowLG(Axis value)
-
const
- LRowAxis.belowMD(Axis value)
-
const
- LRowAxis.belowXL(Axis value)
-
const
Properties
Methods
-
copyWith(
{Axis xs, Axis sm, Axis md, Axis lg, Axis xl}) → LRowAxis -
getActiveAxis(
LBreakPoint breakPoint) → Axis - helper method for getting the active axis based on LBreakPoint
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited