formating text description
This commit is contained in:
parent
47dfcc3632
commit
45dc5d6c84
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user