Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Overman775 committed Jun 9, 2020
1 parent a196e0b commit 0b712e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ NeumorphicTheme.of(context).themeMode = ThemeMode.dark;

Know if using dark
```dart
if(NeumorphicTheme.of(context).isUsingDarkMode){
if(NeumorphicTheme.of(context).isUsingDark){
}
```
Expand Down

0 comments on commit 0b712e3

Please sign in to comment.