This commit is contained in:
pradeepkumar
2026-03-30 15:35:35 +05:30
parent 857983821d
commit f7881c7fed
3 changed files with 26 additions and 12 deletions

View File

@@ -1215,16 +1215,14 @@ class _AgentHomeContentState extends ConsumerState<_AgentHomeContent> {
return Container(
margin: const EdgeInsets.symmetric(horizontal: 66, vertical: 8),
width: 298,
height: isExpanded ? null : 236,
padding: const EdgeInsets.symmetric(vertical: 16, horizontal: 20),
clipBehavior: Clip.antiAlias,
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.circular(15),
border: Border.all(color: AppColors.primaryDark, width: 0.7),
),
child: Column(
mainAxisSize: isExpanded ? MainAxisSize.min : MainAxisSize.max,
mainAxisSize: MainAxisSize.min,
children: [
const Icon(Icons.category_outlined,
size: 28, color: AppColors.accentOrange),