Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

rouned floating action button flutter

floatingActionButton: FloatingActionButton(
        onPressed: null,
        shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
        child: const Icon(Icons.close),
      ),
 
PREVIOUS NEXT
Tagged: #rouned #floating #action #button #flutter
ADD COMMENT
Topic
Name
1+5 =