BuildContextX extension
- This extension methords reduces
- on
Properties
- color → Color
-
Available on BuildContext, provided by the BuildContextX extension
- For getting theme inverted color
no setter - height → double
-
Available on BuildContext, provided by the BuildContextX extension
- to get screen height
no setter - theme → ThemeData
-
Available on BuildContext, provided by the BuildContextX extension
- For getting Themes
no setter - width → double
-
Available on BuildContext, provided by the BuildContextX extension
- to get screen width
no setter
Methods
-
pop(
) → void -
Available on BuildContext, provided by the BuildContextX extension
*Close current page -
push(
Widget widget) → void -
Available on BuildContext, provided by the BuildContextX extension
*To move to new page -
pushAndRemoveUntil(
Widget widget) → void -
Available on BuildContext, provided by the BuildContextX extension
*Remove all screens and Move to new page -
pushReplacement(
Widget widget) → void -
Available on BuildContext, provided by the BuildContextX extension
*Replace current page