FCCResponsive constructor
const
FCCResponsive({
- Key? key,
- required Widget child,
- FCCResponsiveBreakpoints breakpoints = const FCCResponsiveBreakpoints(),
Implementation
const FCCResponsive({
super.key,
required this.child,
this.breakpoints = const FCCResponsiveBreakpoints(),
});