RContextMediaQuery extension

  • MediaQuery shortcuts
on

Properties

alwaysUse24HourFormat bool
shortcut for MediaQuery.of(context).alwaysUse24HourFormat
no setter
aspectRatio double
shortcut for MediaQuery.of(this).size.aspectRatio
no setter
height double
shortcut for MediaQuery.of(context).size.height
no setter
isLandscape bool
shortcut for MediaQuery.of(context).orientation == Orientation.landscape
no setter
isPortrait bool
shortcut for MediaQuery.of(context).orientation == Orientation.portrait
no setter
mediaQuery MediaQueryData
shortcut for MediaQuery.of(context)
no setter
mediaQueryPadding EdgeInsets
shortcut for MediaQuery.of(context).padding
no setter
orientation Orientation
shortcut for MediaQuery.of(context).orientation
no setter
size Size
shortcut for MediaQuery.of(context).size
no setter
width double
shortcut for MediaQuery.of(context).size.width
no setter