menu
fml package
documentation
widgets/table/row/table_row_view.dart
TableRowView
TableRowView.new constructor
TableRowView.new constructor
dark_mode
light_mode
TableRowView
constructor
TableRowView
(
TableRowModel
model
,
int
?
row
,
double
?
height
,
Map
<
int
,
double
>
?
width
,
Map
<
int
,
double
>
?
padding
,
)
Implementation
TableRowView(this.model, this.row, this.height, this.width, this.padding);
fml package
documentation
widgets/table/row/table_row_view
TableRowView
TableRowView.new constructor
TableRowView class