Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Dec 21, 2024
1 parent 154651a commit 9fe6f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/component/color_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,10 @@ class UIColorPicker extends UIComponent {
}

void _allUp(_) {
_squareUp(_);
_lumaUp(_);
_saturationUp(_);
_hueUp(_);
_squareUp(null);
_lumaUp(null);
_saturationUp(null);
_hueUp(null);
}

bool get isPressed =>
Expand Down

0 comments on commit 9fe6f5a

Please sign in to comment.