Skip to content

Commit

Permalink
Update toggle_style.dart to use the new isToggled
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Oct 22, 2023
1 parent 7cfc4d6 commit ac8c30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/toolbar/buttons/toggle_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class _QuillToolbarToggleStyleButtonState
context: context,
controller: controller,
onPressed: _onPressed,
isToggled: _isToggled ?? false,
),
);
}
Expand Down

0 comments on commit ac8c30d

Please sign in to comment.