SpGridItem class

Constructors

SpGridItem({Key? key, int xs = 12, int? sm, int? md, int? lg, EdgeInsetsGeometry? padding, AlignmentGeometry? aligment, int? xl, required Widget child, BoxDecoration? decoration, SpOrder order = const SpOrder()})
The item of the SpGrid
const

Properties

aligment AlignmentGeometry?
Align the child within the container.
final
child Widget
Child widget inside this element tree
final
decoration BoxDecoration?
The decoration to paint behind the child.
final
hashCode int
The hash code for this object.
no setterinherited
lg int?
grid at large screen. the range is 1-12 if null it will following the bottom of it, i.e. following md ?? following sm ?? following xs
final
md int?
grid at medium screen. the range is 1-12 if null it will following the bottom of it ///i.e. following sm ?? following xs
final
order SpOrder
final
padding EdgeInsetsGeometry?
Empty space to inscribe inside the decoration. The child, if any, is placed inside this padding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm int?
grid at small screen. the range is 1-12 if null it will following xs
final
xl int?
grid at extra large screen. the range is 1-12 if null it will following xs i.e. following lg ?? following md ?? following sm ?? following xs
final
xs int
grid at extra small screen. the range is 1-12
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited