Updated transition animation from list contents screen to content screen
This commit is contained in:
parent
f860c14d57
commit
50454dfabf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class ListContentsBox extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return InkWell(
|
||||
onTap: (){
|
||||
Navigator.push(context, PageTransition(type: PageTransitionType.size, alignment: Alignment.bottomCenter, child: const Content(category: 'None')));
|
||||
Navigator.push(context, PageTransition(type: PageTransitionType.rightToLeft, child: const Content(category: 'None')));
|
||||
},
|
||||
child: Container(
|
||||
padding: const EdgeInsets.all(5.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue