bottom property

List<Widget>? bottom
final

If bottom is set, the elements of bottom are lined up after the elements of source are lined up.

bottomを設定するとsourceの要素を並べた後にbottomの要素を並べます。

Implementation

final List<Widget>? bottom;