ResponsiveColumn constructor
const
ResponsiveColumn({
- Key? key,
- required Widget child,
- Breakpoints? breakpoints,
Creates a responsive column with a child and optional breakpoint overrides.
Implementation
const ResponsiveColumn({super.key, required this.child, this.breakpoints});