radar categories size changed
This commit is contained in:
parent
1237be04f0
commit
cd5b17f60d
|
|
@ -66,10 +66,10 @@ class CategoryItem extends StatelessWidget {
|
||||||
isVisible: !isColapsed,
|
isVisible: !isColapsed,
|
||||||
child: Container(
|
child: Container(
|
||||||
width: !_useWebMobileLayout(context)
|
width: !_useWebMobileLayout(context)
|
||||||
? _width(context) / 1.5
|
? _width(context) / 1.75
|
||||||
: ds.width / 5,
|
: ds.width / 5,
|
||||||
height: !_useWebMobileLayout(context)
|
height: !_useWebMobileLayout(context)
|
||||||
? _width(context) / 1.5
|
? _width(context) / 1.75
|
||||||
: ds.width / 5,
|
: ds.width / 5,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Theme.of(context).colorScheme.surface,
|
color: Theme.of(context).colorScheme.surface,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue