Example 1: flutter move container to top center Center( child: Container( alignment: Alignment(0.0, -1.0), ), ); Example 2: align bottom flutter // Use ...
確定! 回上一頁