kdsuneraavinash / theme_provider

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

cursorColor not work #8

Closed iptodays closed 4 years ago

iptodays commented 4 years ago

` class AppThemeUtils extends AppTheme { static AppTheme lightTheme() { return AppTheme( id: 'light_theme',

     data: ThemeData(

       /// 光标颜色
       cursorColor: HexColor('#262626'),

     ),
   );
 }

} `