ChangeInfoViewArguments class

Implemented types

Constructors

ChangeInfoViewArguments({String? hint, Future<String?> inputTextCallback()?, String? saveButtonTitle, ChatUIKitAppBarModel? appBarModel, int maxLength = 128, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, String? attributes})

Properties

appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
final
inputTextCallback Future<String?> Function()?
final
maxLength int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveButtonTitle String?
final
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({String? title, String? hint, String? saveButtonTitle, Future<String?> inputTextCallback()?, ChatUIKitAppBarModel? appBarModel, int? maxLength, bool? enableAppBar, ChatUIKitViewObserver? viewObserver, String? attributes}) ChangeInfoViewArguments
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