ResponsiveController class

Responsive Builder Breakpoints

Constructors

ResponsiveController()
Default Constructor
factory

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
setDefaultBreakpoints({double mobile = 500.0, double wideMobileOrTablet = 700.0, double wideTabletOrDesktop = 1000.0}) → void
You can set default break points in default : w is screenWidth in Logical Pixels
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited