ResponsiveMasterModel class

Constructors

ResponsiveMasterModel({required double screenHeight, required double screenWidth, required double screenHeightSafe, required double screenWidthSafe, required Orientation orientation, required double parentHeight, required double parentWidth, required DeviceScreenType screenType, required DeviceType deviceType, required double safeAreaTop, required double safeAreaBottom, required double safeAreaLeft, required double safeAreaRight, required double pixelRatio, required double aspectRatio, required double textScaleFactor, required bool isRTL})

Properties

aspectRatio double
final
deviceType DeviceType
final
hashCode int
The hash code for this object.
no setterinherited
isRTL bool
final
orientation Orientation
final
parentHeight double
final
parentWidth double
final
pixelRatio double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeAreaBottom double
final
safeAreaLeft double
final
safeAreaRight double
final
safeAreaTop double
final
screenHeight double
final
screenHeightSafe double
final
screenType DeviceScreenType
final
screenWidth double
final
screenWidthSafe double
final
textScaleFactor double
final

Methods

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