20 Widget
build(BuildContext context) {
26 decoration: BoxDecoration(
28 ? Theme.of(context).colorScheme.primary
30 ? Theme.of(context).colorScheme.primary.withOpacity(0.11)
32 shape: BoxShape.circle,
35 ? Theme.of(context).colorScheme.primary
37 ? Theme.of(context).colorScheme.primary
38 : Theme.of(context).hintColor.withOpacity(0.5),
44 ? Icon(HugeIcons.strokeRoundedCheckmarkBadge01,
45 color: Theme.of(context).colorScheme.onPrimary,
size: 18.sp)
48 style: Theme.of(context).textTheme.bodySmall!.copyWith(
50 ? Theme.of(context).colorScheme.primary
51 : Theme.of(context).hintColor,
56 SizedBox(height: 8.sp),
59 style: Theme.of(context).textTheme.bodySmall?.copyWith(
61 ? Theme.of(context).colorScheme.primary
62 : Theme.of(context).hintColor.withOpacity(0.5),