flutter_json_widgets
rect
Rect
Rect const constructor
Rect
Rect
constructor
Null safety
const
Rect
(
double
left
,
double
top
,
double
right
,
double
bottom
)
Implementation
const factory Rect( double left, double top, double right, double bottom, ) = _Rect;
flutter_json_widgets
rect
Rect
Rect const constructor
Rect class
Constructors
Rect
fromJson
Properties
bottom
copyWith
hashCode
left
right
runtimeType
top
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
fromCenter
fromCircle
fromLTRB
fromLTWH
fromPoints
Constants
zero