TableCell constructor
Creates a widget that controls how a child of a Table is aligned.
Implementation
const TableCell({
Key key,
this.verticalAlignment,
@required Widget child
}) : super(key: key, child: child);
Creates a widget that controls how a child of a Table is aligned.
const TableCell({
Key key,
this.verticalAlignment,
@required Widget child
}) : super(key: key, child: child);