KResponsiveObject class

Constructors

KResponsiveObject({double watch = 200, double tablet = 1024, double phoneLarge = 720, double phoneMedium = 480, double phoneSmall = 320})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
phoneLarge double
smaller than or equal 720
final
phoneMedium double
smaller than or equal 480
final
phoneSmall double
smaller than or equal 320
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tablet double
smaller than or equal 1024
final
watch double
smaller than or equal 200
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