menu
flutter_uikit_forzzh package
documentation
table/bean/row_style_param.dart
RowStyleParam<T>
RowStyleParam.new constructor
RowStyleParam.new constructor
dark_mode
light_mode
RowStyleParam<
T
>
constructor
RowStyleParam<
T
>
(
{
T?
data
,
double
?
rowWidth
,
List
<
double
>
?
cellWidth
,
int
?
index
,
bool
enableDivider
=
false
,
})
Implementation
RowStyleParam({this.data,this.rowWidth,this.cellWidth,this.index,this.enableDivider = false});
flutter_uikit_forzzh package
documentation
table/bean/row_style_param
RowStyleParam<T>
RowStyleParam.new constructor
RowStyleParam class