SuperAppBar class

Constructors

SuperAppBar({Widget? title, Widget? actions, double height = kToolbarHeight, double? leadingWidth, Widget? leading, bool automaticallyImplyLeading = true, double titleSpacing = 15, String previousPageTitle = "Back", bool alwaysShowTitle = false, SuperSearchBar? searchBar, SuperLargeTitle? largeTitle, SuperAppBarBottom? bottom, Color? backgroundColor, Border? border, Color? shadowColor})

Properties

actions Widget?
final
alwaysShowTitle bool
Controls whether middle widget should always be visible (even in expanded state).
final
automaticallyImplyLeading bool
Controls whether we should try to imply the leading widget if null.
final
backgroundColor Color?
final
border Border?
The border of the navigation bar. By default renders a single pixel bottom border side.
final
bottom SuperAppBarBottom?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double
Defines the height of the toolbar component of an AppBar.
final
largeTitle SuperLargeTitle?
getter/setter pair
leading Widget?
Widget to place at the start of the navigation bar. Normally a back button for a normal page or a cancel button for full page dialogs.
final
leadingWidth double?
final
previousPageTitle String
Manually specify the previous route's title when automatically implying the leading back button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
shadowColor Color?
final
title Widget?
The primary widget displayed in the app bar.
getter/setter pair
titleSpacing double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited