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