alignBottom method

Widget alignBottom()

对齐 底部

Implementation

Widget alignBottom() => align(Alignment.bottomCenter);