Improved tap animation for glance card
This commit is contained in:
parent
67c214454f
commit
56ce6dfeeb
@ -36,7 +36,7 @@ class GlanceEntityContainer extends StatelessWidget {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
return Center(
|
return Center(
|
||||||
child: InkWell(
|
child: InkResponse(
|
||||||
child: ConstrainedBox(
|
child: ConstrainedBox(
|
||||||
constraints: BoxConstraints(minWidth: Sizes.iconSize*2),
|
constraints: BoxConstraints(minWidth: Sizes.iconSize*2),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
Reference in New Issue
Block a user