temp removed premium inline
This commit is contained in:
parent
cfaecc300e
commit
13580fa87c
@ -48,22 +48,25 @@ class PremiumInline extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Stack(
|
return const SizedBox(
|
||||||
children: [
|
height: 0,
|
||||||
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 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