responsive_wrapper library
Classes
- InheritedResponsiveWrapper
- Creates an immutable widget that exposes ResponsiveWrapperData to child widgets.
- ResponsiveBreakpoint
- Control the responsiveness of the app at a breakpoint.
- ResponsiveBreakpointSegment
- Computed breakpoint segments.
- ResponsiveWrapper
- A wrapper that helps child widgets resize/scale to different screen dimensions.
- ResponsiveWrapperData
- Responsive data about the current screen.
- ResponsiveWrapperState
Functions
-
getBreakpointSegments(
List< ResponsiveBreakpoint> breakpoints, ResponsiveBreakpoint defaultBreakpoint) → List<ResponsiveBreakpointSegment> - Calculate breakpoint segments algorithm.