21 Widget
build(BuildContext context) {
30 crossAxisAlignment: CrossAxisAlignment.start,
31 mainAxisSize: MainAxisSize.min,
36 style: Theme.of(context).textTheme.displaySmall?.copyWith(
37 color: Theme.of(context).colorScheme.error,
40 SizedBox(height: 10.sp),
43 'We encountered an issue while processing your request. Please retry'),
44 style: Theme.of(context).textTheme.bodySmall?.copyWith(),
46 SizedBox(height: 15.sp),
50 width: MediaQuery.of(context).size.width,
51 margin: EdgeInsets.only(bottom: 15.sp),
52 decoration: BoxDecoration(
53 color: Theme.of(context).scaffoldBackgroundColor,
54 borderRadius: BorderRadius.circular(5),
59 style: Theme.of(context).textTheme.bodySmall,
64 color: Theme.of(context).colorScheme.error,