Answers for "flutter listtile color"

1

flutter listtile color

ListTile(
              tileColor: Colors.blue[100], // Defines the background color of ListTile when selected is false.
              leading: FlutterLogo(),
              title: Text('ListTile'),
            ),
Posted by: Guest on August-25-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language