Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter listtile color

ListTile(
              tileColor: Colors.blue[100], // Defines the background color of ListTile when selected is false.
              leading: FlutterLogo(),
              title: Text('ListTile'),
            ),
 
PREVIOUS NEXT
Tagged: #flutter #listtile #color
ADD COMMENT
Topic
Name
2+7 =