top property
Align
get
top
居上 >>>
Implementation
Align get top {
return Align(
alignment: Alignment(0, -1),
child: this,
);
}
居上 >>>
Align get top {
return Align(
alignment: Alignment(0, -1),
child: this,
);
}