ResponsiveColumn constructor

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

Implementation

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