menu
handy_tableview package
documentation
scr/handy_tableview.dart
SectionModel
SectionModel.new constructor
SectionModel.new constructor
dark_mode
light_mode
SectionModel
constructor
SectionModel
(
int
section
,
int
rowCount
,
bool
headerExist
,
bool
footerExist
,
Widget
header
,
)
Implementation
SectionModel(this.section, this.rowCount, this.headerExist, this.footerExist, this.header,);
handy_tableview package
documentation
scr/handy_tableview
SectionModel
SectionModel.new constructor
SectionModel class