center align pmp text
This commit is contained in:
parent
4e5c709fb9
commit
eac59c58f5
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class MessageDisplayname extends ConsumerWidget {
|
||||||
: null,
|
: null,
|
||||||
child: Wrap(
|
child: Wrap(
|
||||||
spacing: 4,
|
spacing: 4,
|
||||||
|
crossAxisAlignment: WrapCrossAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
value.displayName ?? event.sender.localpart,
|
value.displayName ?? event.sender.localpart,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue