topCenter property
Align
get
topCenter
Aligns the child widget to the top-center of its parent.
Equivalent to using align(Alignment.topCenter)
.
Implementation
Align get topCenter => _align(Alignment.topCenter);