ResponsiveRect class

Constructors

ResponsiveRect({required Rect rectPhone, required Rect? rectTablet, required Rect? rectLaptop, required Rect? rectDesktop})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
rectDesktop Rect?
final
rectLaptop Rect?
final
rectPhone Rect
final
rectTablet Rect?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({Rect? rectPhone, Rect? rectTablet, Rect? rectLaptop, Rect? rectDesktop}) ResponsiveRect
copyWithNewRectByDeviceType(DeviceType deviceType, Rect rect) ResponsiveRect
copyWithResettingRect(DeviceType deviceType) ResponsiveRect
getByDeviceType(DeviceType deviceType) Rect
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rectSingleTojson(Rect? rect) Map<String, dynamic>?
setDesktopNull() → dynamic
setLaptopNull() → dynamic
setTabletNull() → dynamic
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) ResponsiveRect
rectSingleFromJson(Map<String, dynamic>? json) Rect?