Skip to content

Commit

Permalink
docs(color_extension): fix example threshold value
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Mar 26, 2023
1 parent eca0cbb commit 80ad618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/color_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension ColorExtension on Color {
/// ```dart
/// const color = Colors.blue;
/// const thresholds = {
/// 1: Color(0x332196f3),
/// 1: Color(0x002196f3),
/// 4: Color(0x552196f3),
/// 8: Color(0xaa2196f3),
/// 12: Color(0xff2196f3),
Expand Down

0 comments on commit 80ad618

Please sign in to comment.