responsive library

Classes

Responsive
Lets you define alternate widgets for different screen sizes.

Typedefs

IsResponsiveFormat = bool Function(BuildContext context)
A function which returns a bool depending on the BuildContext. Should evaluate a MediaQuery value.
ResponsiveBuilder = Widget Function(BuildContext context)
A Builder which receives a BuildContext and expects to return a Widget.
ResponsiveBuilderWithShared<T> = Widget Function(BuildContext context, T sharedWidget)
A Builder which receives a BuildContext and shared Widget and expects to return a Widget.