ContextMediaQueryExtensions extension

Extension on BuildContext to get MediaQueryData, Size, width, height, padding, brightness, orientation

on

Properties

appSize Size

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the Size of the current context
no setter
brightness Brightness

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the brightness of the current context
no setter
height double

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the height of the current context
no setter
mediaQuery MediaQueryData

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the MediaQueryData of the current context
no setter
orientation Orientation

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the orientation of the current context
no setter
padding EdgeInsets

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the padding of the current context
no setter
width double

Available on BuildContext, provided by the ContextMediaQueryExtensions extension

Returns the width of the current context
no setter