DataColumn<T> constructor
Implementation
DataColumn(
{required this.label,
required this.width,
this.text,
this.builder,
this.textClr = ColorHelper.black01})
: assert(text != null || builder != null);
DataColumn(
{required this.label,
required this.width,
this.text,
this.builder,
this.textClr = ColorHelper.black01})
: assert(text != null || builder != null);