10 State<SmartEcommerceScreen>
createState() => _SmartEcommerceScreenState();
13class _SmartEcommerceScreenState
extends State<SmartEcommerceScreen> {
15 Widget
build(BuildContext context) {
16 return CustomScaffold(
17 title:
'SMART E-COMMERCE',
18 isLeadingVisible:
true,
27 crossAxisAlignment: CrossAxisAlignment.start,
28 mainAxisSize: MainAxisSize.min,
32 decoration: BoxDecoration(
33 color: Theme.of(context)
37 borderRadius: BorderRadius.circular(10),
38 image:
const DecorationImage(
41 'assets/images/comming_soon.png',
46 SizedBox(height: 15.sp),
49 style: Theme.of(context).textTheme.displaySmall?.copyWith(
50 fontWeight: FontWeight.bold,
53 SizedBox(height: 10.sp),
59 SizedBox(height: 10.sp),
61 'Exciting rewards await! Use your collected points to shop for exclusive items in our Store. Stay tuned for the launch and get ready to unlock amazing deals and products with your points. The more you shop, the more you earn!',
62 style: Theme.of(context).textTheme.bodySmall?.copyWith(
const CustomCard({ super.key, required this.child, this.padding, this.bgColor, })