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