SizingConfig class

Constructors

SizingConfig({dynamic xs, dynamic sm, dynamic md, dynamic base, dynamic lg, dynamic xl, dynamic xxl, dynamic xxxl, dynamic xxxxl, dynamic xxxxxl, dynamic xxxxxxl})
SizingConfig.fromJson(Map<String, dynamic> json)
factory

Properties

base → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
lg → dynamic
final
md → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm → dynamic
final
xl → dynamic
final
xs → dynamic
final
xxl → dynamic
final
xxxl → dynamic
final
xxxxl → dynamic
final
xxxxxl → dynamic
final
xxxxxxl → dynamic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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