overflow text

This commit is contained in:
2024-10-21 22:47:04 +02:00
parent df80137f46
commit f2de4a2faa
3 changed files with 4 additions and 3 deletions

View File

@@ -92,7 +92,8 @@ class _MyHomePageState extends State<ListItemOrganizers> {
appBar: AppBar(
// Here we take the value from the MyHomePage object that was created by
// the App.build method, and use it to set our appbar title.
title: Text("Organisateur : ${widget.organizer}"),
title: Text("Organisateur : ${widget.organizer}",
overflow: TextOverflow.ellipsis),
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
),