OPTopBar class

Constructors

OPTopBar({VoidCallback? backButtonPressed, Widget? middle, List<Widget>? trailingActions, List<Widget>? leadingActions, bool hideBackButton = false})
OPTopBar.oneChild({Widget? child})

Properties

backButtonPressed VoidCallback?
final
child Widget?
final
hashCode int
The hash code for this object.
no setterinherited
hideBackButton bool
final
leadingActions List<Widget>?
getter/setter pair
middle Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailingActions List<Widget>?
getter/setter pair

Methods

addTrailingActions(Widget item) → void
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