Flutter
widgets
TableRow
TableRow
TableRow
Flutter
widgets
TableRow
TableRow
const constructor
TableRow
Source
Flutter
widgets
TableRow
Constructors
TableRow
Properties
children
decoration
key
hashCode
runtimeType
Operators
operator ==
Methods
toString
noSuchMethod
const
TableRow
(
{
LocalKey
key
,
Decoration
decoration
,
List
<
Widget
>
children
})
Creates a row in a
Table
.
Source
const TableRow({ this.key, this.decoration, this.children });