BuildContextExtensions extension

Extension on BuildContext to add additional properties and methods.

on

Properties

bottomPadding double
Get the bottom padding of the screen from the current BuildContext.
no setter
height double
Get the height of the screen from the current BuildContext.
no setter
media MediaQueryData
Get the MediaQueryData from the current BuildContext.
no setter
theme ThemeData
Get the ThemeData from the current BuildContext.
no setter
topPadding double
Get the top padding of the screen from the current BuildContext.
no setter
width double
Get the width of the screen from the current BuildContext.
no setter