Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter icon size

Icon(
          Icons.home,
          color: Colors.blue,
          size: 40.0,
          textDirection: TextDirection.ltr,
          semanticLabel: 'Icon', // Announced in accessibility modes (e.g TalkBack/VoiceOver). This label does not show in the UI.
        ),
Source by fonts.google.com #
 
PREVIOUS NEXT
Tagged: #flutter #icon #size
ADD COMMENT
Topic
Name
4+1 =