Cizer class

Constructors

Cizer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

height double
no setter
isDesktop bool
no setter
isMobile bool
no setter
isTablet bool
no setter
maximum double
no setter
phone double
no setter
screen CizerScreen
no setter
tablet double
no setter
width double
no setter

Static Methods

init(double height, double width, {double? phoneBreakPoint, double? tabletBreakPoint, double? maximumBreakPoint}) → void