Col constructor

const Col({
  1. required double width,
})

Implementation

const Col({
  required this.width,
});