refactor: Move public room bottom sheet into dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
parent
5e7b0bf724
commit
c01e4ba797
8 changed files with 336 additions and 115 deletions
|
|
@ -62,7 +62,7 @@ class Avatar extends StatelessWidget {
|
|||
clipBehavior: Clip.hardEdge,
|
||||
child: noPic
|
||||
? Container(
|
||||
decoration: BoxDecoration(color: name!.lightColorAvatar),
|
||||
decoration: BoxDecoration(color: name?.lightColorAvatar),
|
||||
alignment: Alignment.center,
|
||||
child: Text(
|
||||
fallbackLetters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue