flutter_responsive_breakpoints library

Classes

Responsive
A widget that gets the device's details like orientation and constraints

Extensions

ResponsiveExtension on num

Functions

r<T>({required T def, T? sm, T? md, T? lg, T? xl, T? xxl}) → T
Same as responsive
responsive<T>({required T def, T? sm, T? md, T? lg, T? xl, T? xxl}) → T
Get value of type T depending of the current breakpoint.