bjan
0
Q:

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")
)
3
Adding mainAxisSize: MainAxisSize.min to the Row() instance fixes the issue.
1

New to Communities?

Join the community