menu
googleapis package
documentation
content/v2_1.dart
Table
Table constructor
Table 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 constructor
Table class