flutter_bootstrap
flutter_bootstrap copied to clipboard
Added availability for breakpoints customization
Added availability for breakpoints customization
bootstrapGridParameters(
breakpoints: const BootstrapGridBreakpoints(
xs: 600,
sm: 905,
md: 1240,
lg: 1440,
),
);