19 Widget
build(BuildContext context) {
25 decoration: BoxDecoration(
26 borderRadius: BorderRadius.circular(10),
27 gradient: LinearGradient(
29 Theme.of(context).colorScheme.primary,
30 Theme.of(context).colorScheme.secondary,
35 crossAxisAlignment: CrossAxisAlignment.start,
39 style: Theme.of(context)
42 ?.copyWith(
color: Theme.of(context).colorScheme.onPrimary),
44 SizedBox(height: 10.sp),
46 mainAxisAlignment: MainAxisAlignment.spaceBetween,
49 crossAxisAlignment: CrossAxisAlignment.start,
53 style: Theme.of(context).textTheme.bodySmall?.copyWith(
54 color: Theme.of(context)
60 SizedBox(height: 3.sp),
63 style: Theme.of(context).textTheme.bodySmall?.copyWith(
65 color: Theme.of(context).colorScheme.onPrimary,
71 crossAxisAlignment: CrossAxisAlignment.end,
75 style: Theme.of(context).textTheme.bodySmall?.copyWith(
76 color: Theme.of(context)
82 SizedBox(height: 3.sp),
86 style: Theme.of(context).textTheme.bodySmall?.copyWith(
88 color: Theme.of(context).colorScheme.onPrimary,