BuildContextExt extension
- on
Properties
- displayType → DisplayType
-
no setter
- focus → FocusScopeNode
-
Returns the FocusScopeNode of the FocusScope that most tightly
encloses the given context.
no setter
- isBigScreen → bool
-
no setter
- isRtl → bool
-
no setter
-
The state from the closest instance of this class that encloses the given
context.
no setter
- query → MediaQueryData
-
Contains information about the current media.
no setter
- textScaleFactor → double
-
textScaleFactor is calculated using the following formula:
textScaleFactor = MediaQuery.textScalerOf(this).scale(fontSize) / fontSize
no setter
- theme → ThemeData
-
The data from the closest Theme instance that encloses the given
context.
no setter