FlickerGrid constructor
const
FlickerGrid({})
Implementation
const FlickerGrid({
Key? key,
this.columns = const [],
this.rows = const [],
this.footerRow,
this.horizontalMargin = 0,
this.headingRowColor,
this.sortColumnIndex,
this.sortAscending = true,
this.showCheckboxColumn = false,
}) : super(key: key);