BottomExpandableAppBar class

Bottom app bar with an animated, expandable content body

Inheritance

Constructors

BottomExpandableAppBar({Key? key, Widget? expandedBody, double? expandedHeight, double horizontalMargin = 16, double bottomOffset = 10, NotchedShape? shape, double appBarHeight = kToolbarHeight, Side attachSide = Side.Bottom, BoxConstraints? constraints, Color? bottomAppBarColor, Decoration? appBarDecoration, Widget? bottomAppBarBody, Color? expandedBackColor, Decoration? expandedDecoration, BottomBarController? controller, double notchMargin = 5})

Properties

appBarDecoration Decoration?
Decoration for the bottom app bar
final
appBarHeight double
Height of the bottom app bar
final
attachSide Side
A Side which determines which side of the screen the panel is attached to
final
bottomAppBarBody Widget?
The content of the bottom app bar
final
bottomAppBarColor Color?
Color of the bottom app bar
final
bottomOffset double
Offset for the content from the bottom of the bottom app bar
final
constraints BoxConstraints?
BoxConstraints which determines the final height of the panel
final
controller BottomBarController?
A BottomBarController to use with the BottomExpandableAppBar
final
expandedBackColor Color?
Background Color for the panel
final
expandedBody Widget?
The content visible when the BottomExpandableAppBar is expanded
final
expandedDecoration Decoration?
Decoration for the panel container
final
expandedHeight double?
The height of the expanded BottomExpandableAppBar
final
hashCode int
The hash code for this object.
no setterinherited
horizontalMargin double
Margin on the horizontal axis for the bottom app bar content
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
notchMargin double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape NotchedShape?
NotchedShape shape for a FloatingActionButton
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _BottomExpandableAppBarState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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