Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

badge flutter

  return Chip(
        padding: EdgeInsets.all(0),
        backgroundColor: Colors.blue,
        label: Text('999', style: TextStyle(color: Colors.white)),
      );
 
PREVIOUS NEXT
Tagged: #badge #flutter
ADD COMMENT
Topic
Name
7+5 =