Skip to content

Commit

Permalink
fix: incorrect doc for adaptiveIconMonochrome config
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Dec 29, 2023
1 parent 9990a9c commit 72f30ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ class Config {
@JsonKey(name: 'image_path_ios')
final String? imagePathIOS;

/// android adaptive_icon_foreground image
/// Android adaptive_icon_foreground image path
@JsonKey(name: 'adaptive_icon_foreground')
final String? adaptiveIconForeground;

/// android adaptive_icon_background image
/// Android adaptive_icon_background image path
@JsonKey(name: 'adaptive_icon_background')
final String? adaptiveIconBackground;

/// android adaptive_icon_background image
/// Android adaptive_icon_monochrome image path
@JsonKey(name: 'adaptive_icon_monochrome')
final String? adaptiveIconMonochrome;

Expand Down

0 comments on commit 72f30ae

Please sign in to comment.