VideoShopping class Null safety

The entry class of video shopping.

Constructors

VideoShopping.getInstance()
factory

Properties

cartIconVisible bool
Defaults to true. You can hide the cart icon by setting this property to false.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
onCustomClickCartIcon CustomClickCartIconCallback?
This callback is triggered when the user clicks the shopping cart icon.
read / write
onCustomClickLinkButton CustomClickLinkButtonCallback?
This callback is triggered when the user clicks the link button next to Add to cart button.
read / write
onCustomTapProductCard CustomTapProductCardCallback?
read / write
onShoppingCTA ShoppingCTACallback?
This callback is triggered when the user clicks the "Add to cart" or "Shop now" button.
read / write
onUpdateProductDetails UpdateProductDetailsCallback?
This callback is triggered when the video will be shown.
read / write
productInfoViewConfiguration ProductInfoViewConfiguration?
The configuration of product info view.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setCartItemCount(int count) Future<void>
Sets cart item count.
toString() String
A string representation of this object.
inherited

Operators

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