ResponsiveColumn constructor

ResponsiveColumn(
  1. Breakpoints<ResponsiveColumnConfig> breakpoints, {
  2. required Widget child,
})

Creates a responsive column with its properties defined in breakpoints.

Implementation

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