cara membuat button di flutter
TextButton(
style: TextButton.styleFrom(
backgroundColor: Color(0xffF18265)),
onPressed: () {},
child: Text(
"Let's take a picture",
),
),