ContactDetailsViewArguments class
- Implemented types
Constructors
-
ContactDetailsViewArguments({required ChatUIKitProfile profile, ChatUIKitDetailContentActionsBuilder? actionsBuilder, VoidCallback? onMessageDidClear, ChatUIKitAppBarModel? appBarModel, ChatUIKitViewObserver? viewObserver, ChatUIKitDetailItemBuilder? itemsBuilder, String? attributes, VoidCallback? onContactDeleted, bool enableAppBar = true, ChatUIKitMoreActionsBuilder<
bool> ? moreActionsBuilder})
Properties
- actionsBuilder → ChatUIKitDetailContentActionsBuilder?
-
final
- appBarModel → ChatUIKitAppBarModel?
-
final
- attributes ↔ String?
-
getter/setter pairoverride
- enableAppBar → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemsBuilder → ChatUIKitDetailItemBuilder?
-
final
-
moreActionsBuilder
→ ChatUIKitMoreActionsBuilder<
bool> ? -
final
- onContactDeleted → VoidCallback?
-
final
- onMessageDidClear → VoidCallback?
-
final
- profile → ChatUIKitProfile
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewObserver ↔ ChatUIKitViewObserver?
-
getter/setter pairoverride
Methods
-
copyWith(
{ChatUIKitProfile? profile, ChatUIKitDetailContentActionsBuilder? actionsBuilder, VoidCallback? onMessageDidClear, ChatUIKitAppBarModel? appBarModel, ChatUIKitViewObserver? viewObserver, VoidCallback? onContactDeleted, String? attributes, ChatUIKitDetailItemBuilder? itemsBuilder, ChatUIKitMoreActionsBuilder< bool> ? moreActionsBuilder, bool? enableAppBar}) → ContactDetailsViewArguments -
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