Skip to content

Commit

Permalink
Fix warrnings 2 (save file)
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored and singerdmx committed Nov 5, 2023
1 parent d139770 commit 6cb666b
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
// return options.iconTheme ?? baseButtonExtraOptions(context).iconTheme;
// }

// QuillToolbarBaseButtonOptions baseButtonExtraOptions(BuildContext context) {
// QuillToolbarBaseButtonOptions baseButtonExtraOptions(
//BuildContext context) {
// return context.requireQuillToolbarBaseButtonOptions;
// }

Expand Down Expand Up @@ -306,7 +307,8 @@
// ? Theme.of(context)
// .elevatedButtonTheme
// .style
// ?.copyWith(fixedSize: MaterialStatePropertyAll(widget.buttonSize))
// ?.copyWith(
//fixedSize: MaterialStatePropertyAll(widget.buttonSize))
// : widget.dialogTheme?.buttonStyle;

// final isWrappable = widget.dialogTheme?.isWrappable ?? false;
Expand Down Expand Up @@ -353,7 +355,8 @@
// constraints: constraints,
// child: Padding(
// padding:
// widget.dialogTheme?.linkDialogPadding ?? const EdgeInsets.all(16),
// widget.dialogTheme?.linkDialogPadding ?? const
// EdgeInsets.all(16),
// child: Form(
// child: isWrappable
// ? Wrap(
Expand Down

0 comments on commit 6cb666b

Please sign in to comment.