Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter flotingactionbutton extend

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