Answers for "flutter flotingactionbutton color"

2

flutter flotingactionbutton color

floatingActionButton: FloatingActionButton(
        child: const Icon(Icons.add),
        backgroundColor: Colors.pink,
        foregroundColor: Colors.black,
        splashColor: Colors.orange,
        focusColor: Colors.blue,
        hoverColor: Colors.red,
      ),
Posted by: Guest on August-20-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language