ColOrder class

Will sort BsRow children with spesific condition ColOrder If you want to reorder some BsCol to first position in small device Example:

  • ColOrder(sm: 1)

Constructors

ColOrder({int? xs, int? sm, int? md, int? lg, int? xl, int? xxl})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lg int?
Large screen upper 960 px
final
md int?
Medium screen upper 768 px
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm int?
Small screen upper 576 px
final
xl int?
Extra Large screen upper 1140 px
final
xs int?
Extra Small screen under 576 px
final
xxl int?
Extra Extra Large screen upper 1400 px
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