Skip to content

Commit

Permalink
Update toggle_style.dart to add isToggled
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Oct 22, 2023
1 parent 9039b8c commit 7cfc4d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/models/config/toolbar/buttons/toggle_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ class QuillToolbarToggleStyleButtonExtraOptions
required super.controller,
required super.context,
required super.onPressed,
required this.isToggled,
});

final bool isToggled;
}

@immutable
Expand Down

0 comments on commit 7cfc4d6

Please sign in to comment.