Skip to content

Commit

Permalink
fix: removed random comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Nov 4, 2024
1 parent d7b62d5 commit 946189b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/src/components/banner/banner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -152,22 +152,4 @@ class ZetaBanner extends MaterialBanner {
return zeta.colors.surfaceNegative;
}
}

// static Widget _getTitle(bool titleStart, String title, BuildContext context) {
// if (titleStart) {
// return
// } else {
// return Positioned(
// left: 10,
// child: Flexible(
// child: Text(
// title,
// style: ZetaTextStyles.labelLarge.copyWith(
// color: Zeta.of(context).colors.textInverse,
// ),
// ),
// ),
// );
// }
// }
}

0 comments on commit 946189b

Please sign in to comment.