temp removed premium inline
This commit is contained in:
parent
cfaecc300e
commit
13580fa87c
@ -48,22 +48,25 @@ class PremiumInline extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Stack(
|
||||
children: [
|
||||
Image.asset(_getAsset()),
|
||||
Positioned.fill(
|
||||
child: Material(
|
||||
type: MaterialType.transparency,
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.circular(16.0),
|
||||
onTap: () {
|
||||
PremiumLockedFeatureUpsell.show(
|
||||
context: context, feature: _getFeature());
|
||||
},
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
return const SizedBox(
|
||||
height: 0,
|
||||
);
|
||||
// return Stack(
|
||||
// children: [
|
||||
// Image.asset(_getAsset()),
|
||||
// Positioned.fill(
|
||||
// child: Material(
|
||||
// type: MaterialType.transparency,
|
||||
// child: InkWell(
|
||||
// borderRadius: BorderRadius.circular(16.0),
|
||||
// onTap: () {
|
||||
// PremiumLockedFeatureUpsell.show(
|
||||
// context: context, feature: _getFeature());
|
||||
// },
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ],
|
||||
// );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user