From 45dc5d6c841ef42a6c9362cdcdf09b3634451f9b Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 29 Sep 2024 12:35:52 +0200 Subject: [PATCH] formating text description --- covas_mobile/lib/pages/ItemMenu.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/covas_mobile/lib/pages/ItemMenu.dart b/covas_mobile/lib/pages/ItemMenu.dart index 5854910..cda686b 100644 --- a/covas_mobile/lib/pages/ItemMenu.dart +++ b/covas_mobile/lib/pages/ItemMenu.dart @@ -239,8 +239,12 @@ class _ItemMenuState extends State 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))