BeeColumn constructor

BeeColumn({
  1. required String field,
  2. String? label,
  3. bool show = true,
  4. double width = 300,
})

Implementation

BeeColumn(
    {required this.field, this.label, this.show = true, this.width = 300});