Fix warrnings 2 (save file)

pull/1507/head
Ellet 1 year ago committed by X Code
parent d139770db7
commit 6cb666bac2
  1. 9
      flutter_quill_extensions/lib/presentation/embeds/toolbar/media_button/media_button.dart

@ -43,7 +43,8 @@
// return options.iconTheme ?? baseButtonExtraOptions(context).iconTheme;
// }
// QuillToolbarBaseButtonOptions baseButtonExtraOptions(BuildContext context) {
// QuillToolbarBaseButtonOptions baseButtonExtraOptions(
//BuildContext context) {
// return context.requireQuillToolbarBaseButtonOptions;
// }
@ -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;
@ -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(

Loading…
Cancel
Save