UpOrientationalColumnRow constructor

const UpOrientationalColumnRow({
  1. Key? key,
  2. required List<Widget> children,
  3. List<double> widths = const [],
})

Implementation

const UpOrientationalColumnRow(
    {Key? key, required this.children, this.widths = const []})
    : super(key: key);