Answers for "listtile padding"

3

flutter listtile padding

ListTile(
              tileColor: Colors.blue[100],
              contentPadding: EdgeInsets.symmetric(horizontal: 16.0),
              leading: FlutterLogo(),
              title: Text('ListTile'),
            ),
Posted by: Guest on August-25-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language