child: TextButton(
onPressed: () {},
style: TextButton.styleFrom(
primary: Colors.white,
backgroundColor: Colors.red
),
child: Row(
mainAxisAlignment:
MainAxisAlignment.center,
children: [
Icon(Icons.play_arrow),
Text('재생')
],
),
),
FlatButton 대체 TextButton
ksm5318
작성일
21.05.26 14:58
조회수
211
댓글 0