GaColumn constructor
GaColumn({})
Implementation
GaColumn({required this.name, this.headerText = "", this.type = const PlutoColumnTypeText(defaultValue: ''), this.footerRenderer }){
if(headerText.isEmpty){
headerText = name;
}
}