menu
googleapis package
documentation
content/v2_1.dart
Table
Table.new constructor
Table.new constructor
dark_mode
light_mode
Table
constructor
Table
(
{
Headers
?
columnHeaders
,
String
?
name
,
Headers
?
rowHeaders
,
List
<
Row
>
?
rows
,
})
Implementation
Table({
this
.columnHeaders,
this
.name,
this
.rowHeaders,
this
.rows, });
googleapis package
documentation
content/v2_1
Table
Table.new constructor
Table class