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