CancelRecordConfiguration class

Constructors

CancelRecordConfiguration({Widget? icon, Color? iconColor, VoidCallBack? onCancel})
Configuration for cancel voice recording
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget?
An icon for cancelling voice recording.
final
iconColor Color?
Cancel record icon color
final
onCancel VoidCallBack?
Provides callback on voice record cancel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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