kdsuneraavinash / theme_provider

Easy to use, customizable and pluggable Theme Provider.
https://pub.dartlang.org/packages/theme_provider
MIT License
152 stars 28 forks source link

How statusBarColor? #10

Closed Naguchennai closed 4 years ago

Naguchennai commented 4 years ago

Not possible change statusBarColor...?

Naguchennai commented 4 years ago

ok i found

`SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
  statusBarColor: Colors.transparent
));

` statusBarColor: Colors.transparent is matter thank you Nice work