ResponsiveWidget class

Inheritance

Constructors

ResponsiveWidget({required Widget s, Widget? xs, Widget? xxs, Widget? m, Widget? xm, Widget? l, Widget? xl, Widget? xxl, Widget? h})
const

Properties

h Widget?
more then 1600
finalinherited
hashCode int
The hash code for this object.
no setterinherited
l Widget?
1440
finalinherited
m Widget?
1024
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s Widget
350
finalinherited
xl Widget?
1520
finalinherited
xm Widget?
1280
finalinherited
xs Widget?
480
finalinherited
xxl Widget?
1600
finalinherited
xxs Widget?
720
finalinherited

Methods

copyWith({Widget? s, Widget? xs, Widget? xxs, Widget? m, Widget? xm, Widget? l, Widget? xl, Widget? xxl, Widget? h}) ResponsiveWidget
override
get(LayoutSize layoutSize) Widget
inherited
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