SizeInformation class

Device/screen information holder

Constructors

SizeInformation({required Orientation orientation, required DeviceScreenType deviceType, required Size screenSize, required Size localWidgetSize})

Properties

deviceType DeviceScreenType
The device screen type
final
hashCode int
The hash code for this object.
no setterinherited
localWidgetSize Size
The local max size of the widget that resolved this information
final
orientation Orientation
The orientation of the device
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSize Size
The size of the screen
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