ShowVideoViewArguments class
- Implemented types
Constructors
- ShowVideoViewArguments({required Message message, void onLongPressed(BuildContext context, Message message)?, String? attributes, Widget? playIcon, ChatUIKitAppBarModel? appBarModel, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, bool isCombine = false})
Properties
- appBarModel → ChatUIKitAppBarModel?
-
final
- attributes ↔ String?
-
getter/setter pairoverride
- enableAppBar → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCombine → bool
-
final
- message → Message
-
final
- onLongPressed → void Function(BuildContext context, Message message)?
-
final
- playIcon → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewObserver ↔ ChatUIKitViewObserver?
-
getter/setter pairoverride
Methods
-
copyWith(
{Message? message, void onLongPressed(BuildContext context, Message message)?, Widget? playIcon, ChatUIKitAppBarModel? appBarModel, bool? enableAppBar, String? attributes, ChatUIKitViewObserver? viewObserver}) → ShowVideoViewArguments -
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