Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter listtile leading and title space

ListTile(
              horizontalTitleGap: 16.0, // The horizontal gap between the titles and the leading/trailing widgets.
              leading: FlutterLogo(),
              title: Text('ListTile'),
            ),
 
PREVIOUS NEXT
Tagged: #flutter #listtile #leading #title #space
ADD COMMENT
Topic
Name
8+7 =