ForgeColumn constructor
ForgeColumn({})
Implementation
ForgeColumn({
required this.title,
this.size = 1,
this.sortable = false,
this.textStyle = const TextStyle(fontWeight: FontWeight.bold),
this.backgroundColor = Colors.white,
this.align = TextAlign.left,
});