breakpoint_scaffold library

Classes

LayoutInfo
Provides info about how this scaffold should be laid out.
Defines a common interface for BottomNavigationBar and NavigationRail.
ResponsiveBuilder
Builds a widget tree according to a LayoutInfo.
ResponsiveScaffold
A Scaffold that rearranges itself according to the device size.

Typedefs

ResponsiveWidgetBuilder = Widget Function(BuildContext, LayoutInfo, Widget?)
A function that returns a widget that depends on a LayoutInfo.