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