SpGridSize class

Constructors

SpGridSize({double xs = 0, double sm = 600, double md = 960, double lg = 1280, double xl = 1920})
this is screen break point that you can declare your own
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lg double
large screen definition
final
md double
medium screen definition
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm double
small screen maximum pixel
final
xl double
large screen definition
final
xs double
extra small screen maximum pixel
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