change color and icons for second button

This commit is contained in:
Valentin CZERYBA 2024-07-18 21:04:50 +02:00
parent d35e606ee7
commit 3247f90181

View File

@ -95,9 +95,8 @@ class CameraState extends State<Camera> {
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[ children: <Widget>[
FloatingActionButton( FloatingActionButton(
backgroundColor: Colors.green,
onPressed: () => {}, onPressed: () => {},
child: Icon(Icons.play_arrow), child: Icon(Icons.photo_library),
), ),
SizedBox(width: 40), SizedBox(width: 40),
FloatingActionButton( FloatingActionButton(