Skip to content

Commit dff1695

Browse files
committed
Rename appbar height const.
1 parent 63614f1 commit dff1695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/api/nodes/app_bar_node.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'nodes.dart';
1111
part 'app_bar_node.g.dart';
1212

1313
/// Default height of an app bar.
14-
const double kAppBarDefaultHeight = 56;
14+
const double kDefaultAppBarHeight = 56;
1515

1616
/// A Material Design app bar.
1717
/// Refer to [AppBar](https://api.flutter.dev/flutter/material/AppBar-class.html)

0 commit comments

Comments
 (0)