Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter list tile

ListTile(
  leading: const Icon(Icons.flight_land),
  title: const Text("Trix's airplane"),
  subtitle: const Text('The airplane is only in Act II.'),
  onTap: () => print("ListTile")
)
Source by api.flutter.dev #
 
PREVIOUS NEXT
Tagged: #flutter #list #tile
ADD COMMENT
Topic
Name
9+1 =