bug fix
This commit is contained in:
parent
aa01c941a7
commit
76ee41c3f8
|
|
@ -40,6 +40,7 @@ class SkeletonImage extends StatelessWidget {
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Theme.of(context).colorScheme.disabledBackground,
|
color: Theme.of(context).colorScheme.disabledBackground,
|
||||||
|
borderRadius: borderRadius,
|
||||||
),
|
),
|
||||||
height: height,
|
height: height,
|
||||||
width: width,
|
width: width,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue