adaptive_breakpoints library

Classes

AdaptiveWindowType
Adaptive Window in Material has five different window sizes. Each window size represents a range of devices.
BreakpointSystemEntry
This class represents the Material breakpoint system entry. https://material.io/design/layout/responsive-layout-grid.html#breakpoints

Constants

breakpointSystem → const List<BreakpointSystemEntry>
This list represents the material breakpoint system. https://material.io/design/layout/responsive-layout-grid.html#breakpoints

Functions

getBreakpointEntry(BuildContext context) BreakpointSystemEntry
Returns the BreakpointSystemEntry to the user.
getWindowType(BuildContext context) AdaptiveWindowType
Returns the AdaptiveWindowType to the user.