PanelFooterWidget class

The widget that will be shown below the panel, regardless of PanelState (A persistent widget).

This can be used to show a ButtonBar like widget.

Note that, this will only be shown, when panel is expanded.

If the height of this widget is not calculatable, it will NOT be shown.

Constructors

PanelFooterWidget({Widget? footerContent, PanelDecoration decoration = const PanelDecoration()})
const

Properties

decoration PanelDecoration
The decoration to be applied on the footerContent.
final
footerContent Widget?
The widget content.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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