ModDataHeader constructor
ModDataHeader({})
Implementation
ModDataHeader({
required this.child,
this.widthType = WidthType.fixed,
required this.width,
this.sortable = false,
required this.field,
});
ModDataHeader({
required this.child,
this.widthType = WidthType.fixed,
required this.width,
this.sortable = false,
required this.field,
});