SpOrder class

Constructors

SpOrder({int? xs, int? sm, int? md, int? lg, int? xl})
this class is a sort class. when you use 1 of it's value, the value will create an ordering when the screen on the value condition.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lg int?
when the screen is on large break point, this order will work and used ascending order
final
md int?
when the screen is on medium break point, this order will work and used ascending order
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm int?
when the screen is on small break point, this order will work and used ascending order
final
xl int?
when the screen is on extra large break point, this order will work and used ascending order
final
xs int?
when the screen is on extra small break point, this order will work and used ascending order
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