exception handling work

This commit is contained in:
Christien Rioux 2024-08-03 11:50:33 -05:00
parent 1b7ac31085
commit cbac96de99
9 changed files with 24 additions and 21 deletions

View file

@ -39,7 +39,7 @@ class AvatarWidget extends StatelessWidget {
width: _size,
decoration: BoxDecoration(
shape: BoxShape.circle,
border: _scaleConfig.preferBorders
border: _scaleConfig.useVisualIndicators
? Border.all(
color: _borderColor,
width: 1 * (_size ~/ 32 + 1),