firebase
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user