menu
flutter_uikit_forzzh package
documentation
table/bean/cell_bean.dart
CellBean
CellBean.new constructor
CellBean.new constructor
dark_mode
light_mode
CellBean
constructor
CellBean
(
{
int
?
rowIndex
,
required
String
?
name
,
int
?
cellIndex
,
dynamic
obj
,
bool
isTitle
=
false
,
})
Implementation
CellBean( {this.rowIndex, required this.name, this.cellIndex, this.obj, this.isTitle = false});
flutter_uikit_forzzh package
documentation
table/bean/cell_bean
CellBean
CellBean.new constructor
CellBean class