Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Floating Action Button rectangular shaped

floatingActionButton: FloatingActionButton(
        onPressed: () {},
        child: const Icon(Icons.add),
        shape: RoundedRectangleBorder(
          borderRadius: BorderRadius.circular(10.0),
        ),
      ),
 
PREVIOUS NEXT
Tagged: #Floating #Action #Button #rectangular #shaped
ADD COMMENT
Topic
Name
7+6 =