kspo / super_cupertino_navigation_bar

This package offers a collapsible app bar along with an attractive search bar animation, enhancing the visual appeal of your Flutter app with an iOS-inspired design. This package is versatile, allowing complete customization, and it seamlessly works on both iOS and Android platforms.
https://pub.dev/packages/super_cupertino_navigation_bar
MIT License
64 stars 9 forks source link

Cupertino blurred appbar #14

Closed VinsMediaX closed 3 months ago

VinsMediaX commented 6 months ago

Hi! I want to implement the Cupertino blurred Appbar style.. How can I achieve it?

kspo commented 6 months ago

Just give backgroundColor opacity like Colors.black.withOpacity(0.75)