Commit dccad88

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-01-04 15:03:48
improve doc
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent f0dcc64
Changed files (1)
lib
lib/components/CustomBanner.dart
@@ -1,8 +1,9 @@
 import 'package:flutter/material.dart';
 
-/// A floating banner to display information.
+/// A floating banner to display information and perform actions.
 ///
-/// The banner allows to perform actions.
+/// This custom banner is needed to allow for rounded app bar corners, which
+/// would conflict with the material design banner.
 ///
 /// Example usage:
 /// ```dart