This commit is contained in:
Rajshinde046
2024-05-27 11:10:11 +05:30
parent ee8149e051
commit aa2d9eddc4
17 changed files with 710 additions and 114 deletions

View File

@@ -197,7 +197,12 @@ class _HomeScreenState extends State<HomeScreen> {
SvgPicture.asset(
'assets/images/svg/Vector (2).svg'),
sizedBoxWidth(10.w),
text18W500('UNLOCK NOW!'),
InkWell(
child: text18W500('UNLOCK NOW!'),
onTap: () {
throw Exception();
},
),
],
),
sizedBoxHeight(25.h),