ChatUIKitAppBarAction class
Constructors
- ChatUIKitAppBarAction({required Widget child, ChatUIKitActionType actionType = ChatUIKitActionType.custom, ChatUIKitActionItemOnTap? onTap})
Properties
- actionType → ChatUIKitActionType
-
final
- child → Widget
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onTap → ChatUIKitActionItemOnTap?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ChatUIKitActionItemOnTap? onTap, Widget? child, ChatUIKitActionType? actionType}) → ChatUIKitAppBarAction -
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