ScreenInfoUtils class abstract

Constructors

ScreenInfoUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

appBarHeight double
AppBar的高度
no setter
bottomNavHeight double
BottomNavigationBar的高度
no setter
bottomSafeHeight double
底部安全区域的高度
no setter
height double
屏幕高度
no setter
AppBar的高度加上安全区域的高度
no setter
scale double
屏幕Scale
no setter
screenSize Size
屏幕尺寸
no setter
textScale double
屏幕textScaleFactor
no setter
topSafeHeight double
头部安全区域的高度
no setter
width double
屏幕宽度
no setter