ResponsiveUtil extension

Extension to define all our screen utilities

on

Properties

breakpoint BambooBreakPoint

Available on BuildContext, provided by the ResponsiveUtil extension

Return breakpoints value
no setter
height double

Available on BuildContext, provided by the ResponsiveUtil extension

no setter
isDesktop bool

Available on BuildContext, provided by the ResponsiveUtil extension

Check if screen is desktop
no setter
isLandscape bool

Available on BuildContext, provided by the ResponsiveUtil extension

Check if screen is landscape
no setter
isLarge bool

Available on BuildContext, provided by the ResponsiveUtil extension

Extra large
no setter
isMobile bool

Available on BuildContext, provided by the ResponsiveUtil extension

Check if screen is mobile using breakpoint both landscape and portrait
no setter
isPortrait bool

Available on BuildContext, provided by the ResponsiveUtil extension

Check if screen is portrait
no setter
isTablet bool

Available on BuildContext, provided by the ResponsiveUtil extension

Check if screen is tablet
no setter
longestSide double

Available on BuildContext, provided by the ResponsiveUtil extension

Return longestSidebased on orietation
no setter
orientation Orientation

Available on BuildContext, provided by the ResponsiveUtil extension

Return orientation
no setter
shortestSide double

Available on BuildContext, provided by the ResponsiveUtil extension

Return shortestSidebased on orietation
no setter
size Size

Available on BuildContext, provided by the ResponsiveUtil extension

no setter
width double

Available on BuildContext, provided by the ResponsiveUtil extension

no setter