Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

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,
      ),
 
PREVIOUS NEXT
Tagged: #flutter #flotingactionbutton #color
ADD COMMENT
Topic
Name
8+2 =