Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter flotingactionbutton with text

floatingActionButton: FloatingActionButton.extended(
        onPressed: (){},
        icon: Icon(Icons.refresh),
        label: Text('Refresh'),
      ),
 
PREVIOUS NEXT
Tagged: #flutter #flotingactionbutton #text
ADD COMMENT
Topic
Name
4+2 =