adaptive_breakpoints_freezed library

Classes

AdaptiveBuilder
AdaptiveContainerBuilder
The AdaptiveContainerBuilder does everything a normal container does but with adaptive constraints. For more information go to one of the links below.
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.

Typedefs

AdaptiveWidgetBuilder = Widget Function(BuildContext context, BreakpointSystemEntry entry, BoxConstraints constraints)