ResponsiveColumn constructor

const ResponsiveColumn({
  1. Key? key,
  2. required Widget child,
  3. Breakpoints? breakpoints,
})

Creates a responsive column with a child and optional breakpoint overrides.

Implementation

const ResponsiveColumn({super.key, required this.child, this.breakpoints});