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