Update toggle_style.dart to use the new isToggled

pull/1454/head
Ahmed Hnewa 1 year ago committed by GitHub
parent 7cfc4d6b8e
commit ac8c30d18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/src/widgets/toolbar/buttons/toggle_style.dart

@ -211,6 +211,7 @@ class _QuillToolbarToggleStyleButtonState
context: context,
controller: controller,
onPressed: _onPressed,
isToggled: _isToggled ?? false,
),
);
}

Loading…
Cancel
Save