top property
Widget
get
top
Implementation
Widget get top => Align(
alignment: Alignment.topCenter,
child: this,
);
Widget get top => Align(
alignment: Alignment.topCenter,
child: this,
);