Column constructor

const Column({
  1. required String name,
})

Implementation

const Column({required this.name});