Unverified Commit 1eb87127 authored by Qun Cheng's avatar Qun Cheng Committed by GitHub

Added documentation for AppBar actions (#109351)

* Added documentation for AppBar actions
Co-authored-by: 's avatarQun Cheng <quncheng@google.com>
parent edd46681
......@@ -343,6 +343,9 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
/// The [actions] become the trailing component of the [NavigationToolbar] built
/// by this widget. The height of each action is constrained to be no bigger
/// than the [toolbarHeight].
///
/// To avoid having the last action covered by the debug banner, you may want
/// to set the [MaterialApp.debugShowCheckedModeBanner] to false.
/// {@endtemplate}
///
/// {@tool snippet}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment