radar categories size changed

This commit is contained in:
MohammadTaha Basiri 2022-03-10 14:25:55 +03:30
parent 1237be04f0
commit cd5b17f60d
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@ class CategoryItem extends StatelessWidget {
isVisible: !isColapsed,
child: Container(
width: !_useWebMobileLayout(context)
? _width(context) / 1.5
? _width(context) / 1.75
: ds.width / 5,
height: !_useWebMobileLayout(context)
? _width(context) / 1.5
? _width(context) / 1.75
: ds.width / 5,
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.surface,