diff --git a/lib/src/widgets/toolbar/buttons/link_style2_button.dart b/lib/src/widgets/toolbar/buttons/link_style2_button.dart index 3b2f5a12..ff54f117 100644 --- a/lib/src/widgets/toolbar/buttons/link_style2_button.dart +++ b/lib/src/widgets/toolbar/buttons/link_style2_button.dart @@ -281,7 +281,7 @@ class _LinkStyleDialogState extends State { ? Theme.of(context) .elevatedButtonTheme .style - ?.copyWith(fixedSize: MaterialStatePropertyAll(widget.buttonSize)) + ?.copyWith(fixedSize: WidgetStatePropertyAll(widget.buttonSize)) : widget.dialogTheme?.buttonStyle; final isWrappable = widget.dialogTheme?.isWrappable ?? false;