Add a curling effect to any widgets
More...
PageCurl( vertical: true, back: Image.asset( 'assets/cards/front.png', height: heightOfCards, width: widthOfCards, ), front: Image.asset( 'assets/cards/back.png', height: heightOfCards, width: widthOfCards, ), size: Size(widthOfCards, heightOfCards), ),
jyotirmoypaul.com
Repository (GitHub)View/report issues
MIT (license)
flutter
Packages that depend on page_curl
Back