We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63614f1 commit dff1695Copy full SHA for dff1695
lib/src/api/nodes/app_bar_node.dart
@@ -11,7 +11,7 @@ import 'nodes.dart';
11
part 'app_bar_node.g.dart';
12
13
/// Default height of an app bar.
14
-const double kAppBarDefaultHeight = 56;
+const double kDefaultAppBarHeight = 56;
15
16
/// A Material Design app bar.
17
/// Refer to [AppBar](https://api.flutter.dev/flutter/material/AppBar-class.html)
0 commit comments