18 Widget
build(BuildContext context) {
19 return ElevatedButton(
20 style: ElevatedButton.styleFrom(
25 crossAxisAlignment: CrossAxisAlignment.center,
26 mainAxisAlignment: MainAxisAlignment.center,
30 color: Theme.of(context).colorScheme.primary,
33 SizedBox(height: 13.sp),
36 textAlign: TextAlign.center,
38 style: Theme.of(context)
41 ?.copyWith(fontSize: 10.5.sp),