Skip to content

Commit

Permalink
improves test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddin committed Dec 18, 2024
1 parent 8d2f16f commit ea71787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ abstract class _BaseToggleStyle extends ThemeExtension<_BaseToggleStyle> {
);
}

// coverage:ignore-start
/// Currently not supported.
class _CustomToggleStyle extends _BaseToggleStyle {
@override
Expand Down Expand Up @@ -243,6 +244,7 @@ class _CustomToggleStyle extends _BaseToggleStyle {
boxShadow: boxShadow ?? this.boxShadow,
);
}
// coverage:ignore-end

class ToggleStyle extends _BaseToggleStyle {
@override
Expand Down

0 comments on commit ea71787

Please sign in to comment.