AppBarLayoutDelegate class

Constructors

AppBarLayoutDelegate({required Map<AppBarItem, dynamic> children})

Properties

children Map<AppBarItem, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots Iterable<AppBarItem>
no setter

Methods

childForSlot(AppBarItem slot) → dynamic
createRenderObject(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRenderObject(dynamic context, dynamic renderObject) → void

Operators

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