change color and icons for second button
This commit is contained in:
parent
d35e606ee7
commit
3247f90181
@ -95,9 +95,8 @@ class CameraState extends State<Camera> {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
FloatingActionButton(
|
||||
backgroundColor: Colors.green,
|
||||
onPressed: () => {},
|
||||
child: Icon(Icons.play_arrow),
|
||||
child: Icon(Icons.photo_library),
|
||||
),
|
||||
SizedBox(width: 40),
|
||||
FloatingActionButton(
|
||||
|
Loading…
x
Reference in New Issue
Block a user