SmoothProductCardFound class Null safety

Constructors

SmoothProductCardFound({required dynamic product, required String heroTag, double elevation = 0.0, dynamic backgroundColor, dynamic handle, dynamic onLongPress, dynamic refresh, dynamic onTap})
const

Properties

backgroundColor → dynamic
final
elevation double
final
handle → dynamic
final
hashCode int
The hash code for this object. [...]
read-only, inherited
heroTag String
final
onLongPress → dynamic
final
onTap → dynamic
final
product → dynamic
final
refresh → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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