Chủ Nhật, 11 tháng 8, 2019

Tạo nút nằm bên phải or trái trong Flutter

                  new Padding(
                    padding: new EdgeInsets.only(
                      left: screenSize.width / 1.5,
                      //  top: screenSize.height / 28
                    ),
                    child: new FlatButton(
                      onPressed: () {
                        Navigator.of(context).pushNamed("/intro");
                      },
                      child: new Text(
                        'Skip',
                        style: new TextStyle(
                            fontWeight: FontWeight.w500,
                            fontSize: 12.0,
                            color: Colors.black),
                      ),
                    ),

Không có nhận xét nào:

Đăng nhận xét

How to reload app in flutter

  Phoenix . rebirth (context);