FSResponsive constructor
const
FSResponsive({
- required double screenWidth,
- FSCustomBreakpoints breakpoints = const FSCustomBreakpoints(),
Implementation
const FSResponsive({
required this.screenWidth,
this.breakpoints = const FSCustomBreakpoints(),
}) : assert(screenWidth >= 0, 'Screen width cannot be negative');