muhammad369 / ResponsiveGrid_Flutter

Responsive Grid Layout for Flutter
MIT License
88 stars 27 forks source link

Change breakpoints #35

Closed matteoberla closed 3 months ago

matteoberla commented 3 months ago

Is it possible to customize breakpoints value?

matteoberla commented 3 months ago

sorry i've seen now on the readme

ResponsiveGridBreakpoints.value = ResponsiveGridBreakpoints(
  xs: 600,
  sm: 905, 
  md: 1240,
  lg: 1440,
);