S360FDataTable constructor
const
S360FDataTable({})
Implementation
const S360FDataTable({
required this.columns,
required this.rows,
super.key,
this.headingRowHeight = 56.0,
this.dataRowHeight = 48.0,
this.horizontalMargin = 24.0,
this.columnSpacing = 24.0,
this.showCheckboxColumn = true,
this.showBottomBorder = true,
this.rowPadding = 2.0,
});