LBoxVisibility class
used in LBox and LColumn for hiding (false)
or showing(true)
of the child and children respectively
on each LBreakPoint
Constructors
- LBoxVisibility({bool xs = true, bool sm = true, bool md = true, bool lg = true, bool xl = true})
-
used in LBox and LColumn for
hiding (false)
orshowing(true)
of the child and children respectively on each LBreakPointconst - LBoxVisibility.aboveMD(bool value)
- LBoxVisibility.aboveSM(bool value)
- LBoxVisibility.aboveXS(bool value)
- LBoxVisibility.all(bool value)
- LBoxVisibility.belowLG(bool value)
- LBoxVisibility.belowMD(bool value)
- LBoxVisibility.belowXL(bool value)
Properties
Methods
-
copyWith(
{bool xs, bool sm, bool md, bool lg, bool xl}) → LBoxVisibility -
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