From 30c6e3db5b8a9e56f016e4fcb66d979107d31a8e Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Mon, 4 Nov 2024 15:26:44 +0000 Subject: [PATCH] fix: changed the word widget to attribute --- lib/src/components/banner/banner.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/components/banner/banner.dart b/lib/src/components/banner/banner.dart index 1cec0774..f31d1070 100644 --- a/lib/src/components/banner/banner.dart +++ b/lib/src/components/banner/banner.dart @@ -52,7 +52,7 @@ class ZetaBanner extends MaterialBanner { bool titleCenter = false, /// Whether the title should be centered. - @Deprecated('Use titleCenter instead. ' 'This widget has been renamed as of 0.18.0') bool? titleStart, + @Deprecated('Use titleCenter instead. ' 'This attribute has been renamed as of 0.18.0') bool? titleStart, /// The trailing widget for the banner. Widget? trailing,