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,
|
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user