top property

List<Widget>? top
final

If top is set, the top elements are lined up before the source elements are lined up.

topを設定するとsourceの要素を並べる前にtopの要素を並べます。

Implementation

final List<Widget>? top;