chore: Follow up navrail
This commit is contained in:
parent
659174b828
commit
956a2e6523
3 changed files with 14 additions and 15 deletions
|
|
@ -66,13 +66,10 @@ class Avatar extends StatelessWidget {
|
|||
width: size,
|
||||
height: size,
|
||||
child: Material(
|
||||
color: Theme.of(context).colorScheme.surfaceContainerLowest,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: borderRadius,
|
||||
side: border ??
|
||||
BorderSide(
|
||||
color: Theme.of(context).dividerColor,
|
||||
width: 1,
|
||||
),
|
||||
side: border ?? BorderSide.none,
|
||||
),
|
||||
clipBehavior: Clip.hardEdge,
|
||||
child: noPic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue