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(
|
||||
child: InkWell(
|
||||
child: InkResponse(
|
||||
child: ConstrainedBox(
|
||||
constraints: BoxConstraints(minWidth: Sizes.iconSize*2),
|
||||
child: Column(
|
||||
|
Reference in New Issue
Block a user