UpTable constructor
const
UpTable({})
Implementation
const UpTable({
super.key,
this.showCheckboxColumn = false,
this.isLastRowFooter = false,
this.colorType,
required this.columns,
this.style,
this.onSelectChanged,
required this.rows,
});