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 Sep 21, 2024
1 parent f427bf3 commit 8566772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/config/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,19 @@ class Config {
@JsonKey(name: 'image_path_ios_tinted_grayscale')
final String? imagePathIOSTintedGrayscale;

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

/// android adaptive_icon_foreground inset
/// Android adaptive_icon_foreground inset
@JsonKey(name: 'adaptive_icon_foreground_inset')
final int adaptiveIconForegroundInset;

/// 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 8566772

Please sign in to comment.