formating text description

This commit is contained in:
Valentin CZERYBA 2024-09-29 12:35:52 +02:00
parent 47dfcc3632
commit 45dc5d6c84

View File

@ -239,8 +239,12 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
]),
Row(children: [
Icon(Icons.description),
Text("Description : ",
style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold))
]),
Row(children: [
Flexible(
child: Text("Description : ${eventDescription}",
child: Text("${eventDescription}",
style: TextStyle(fontSize: 15.0),
maxLines: 3,
overflow: TextOverflow.ellipsis))