flutter_bootstrap icon indicating copy to clipboard operation
flutter_bootstrap copied to clipboard

Added availability for breakpoints customization

Open SergeShkurko opened this issue 2 years ago • 0 comments

Added availability for breakpoints customization

bootstrapGridParameters(
  breakpoints: const BootstrapGridBreakpoints(
    xs: 600,
    sm: 905,
    md: 1240,
    lg: 1440,
  ),
);

SergeShkurko avatar Apr 28 '22 10:04 SergeShkurko