Skip to content

Commit

Permalink
fix: changed the word widget to attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Nov 4, 2024
1 parent 4709a9c commit 30c6e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/banner/banner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 30c6e3d

Please sign in to comment.