From 04e0775cc83d92d986fb47b59e752ddb57ae5e53 Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 16 May 2024 14:23:58 +0300 Subject: [PATCH] chore: update old deprecated code --- lib/src/widgets/toolbar/buttons/link_style2_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;