DataColumn({ required this.label, required this.width, this.text, this.builder, }) : assert(text != null || builder != null);