|
|
|
@ -281,7 +281,7 @@ class _LinkStyleDialogState extends State<LinkStyleDialog> { |
|
|
|
? Theme.of(context) |
|
|
|
? Theme.of(context) |
|
|
|
.elevatedButtonTheme |
|
|
|
.elevatedButtonTheme |
|
|
|
.style |
|
|
|
.style |
|
|
|
?.copyWith(fixedSize: MaterialStatePropertyAll(widget.buttonSize)) |
|
|
|
?.copyWith(fixedSize: WidgetStatePropertyAll(widget.buttonSize)) |
|
|
|
: widget.dialogTheme?.buttonStyle; |
|
|
|
: widget.dialogTheme?.buttonStyle; |
|
|
|
|
|
|
|
|
|
|
|
final isWrappable = widget.dialogTheme?.isWrappable ?? false; |
|
|
|
final isWrappable = widget.dialogTheme?.isWrappable ?? false; |
|
|
|
|