Answers for "lst tile style flutter"

7

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")
)
Posted by: Guest on May-10-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language