Creates a widget that controls how a child of a Table is aligned.
Source
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.
TableCell({ Key key, this.verticalAlignment, @required Widget child }) : super(key: key, child: child);