Answers for "how to change splash color and background of floating action button in flutter"

0

how to change splash color and background of floating action button in flutter

floatingActionButton: FloatingActionButton(
        onPressed: () {},
        child: const Icon(Icons.add),
        backgroundColor: Colors.red,
        splashColor: Colors.yellow,
      )
Posted by: Guest on February-20-2022

Code answers related to "how to change splash color and background of floating action button in flutter"

Browse Popular Code Answers by Language