Column constructor

const Column({
  1. String? name,
  2. String? type,
})

Implementation

const Column({this.name, this.type});