Update toggle_style.dart to add isToggled

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

@ -9,7 +9,10 @@ class QuillToolbarToggleStyleButtonExtraOptions
required super.controller,
required super.context,
required super.onPressed,
required this.isToggled,
});
final bool isToggled;
}
@immutable

Loading…
Cancel
Save