File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class MaterialBanner extends StatefulWidget {
157
157
/// Typically an [Icon] widget.
158
158
final Widget ? leading;
159
159
160
- /// The ( optional) minActionBarHeight allows users to set minimum action bar height.
160
+ /// The optional minimum action bar height.
161
161
///
162
162
/// Default is 52.0.
163
163
final double minActionBarHeight;
Original file line number Diff line number Diff line change @@ -1175,7 +1175,7 @@ void main() {
1175
1175
expect (size.height, equals (minActionBarHeight));
1176
1176
});
1177
1177
1178
- testWidgets ('MinimumActionBarHeight respected with ScaffolMessenger ' , (WidgetTester tester) async {
1178
+ testWidgets ('MinimumActionBarHeight respects with ScaffoldMessenger ' , (WidgetTester tester) async {
1179
1179
const Key tapTarget = Key ('tap-target' );
1180
1180
const double minActionBarHeight = 20 ;
1181
1181
await tester.pumpWidget (MaterialApp (
You can’t perform that action at this time.
0 commit comments