VoiceRecordingConfiguration class
Styling configuration for recorder widget.
Constructors
- VoiceRecordingConfiguration({WaveStyle? waveStyle, EdgeInsets? padding, EdgeInsets? margin, BoxDecoration? decoration, Color? backgroundColor, Widget? micIcon, Color? recorderIconColor, Widget? stopIcon})
-
const
Properties
- backgroundColor → Color?
-
If only background color needs to be changed then use this instead of
decoration.
final
- decoration → BoxDecoration?
-
Box decoration containing waveforms
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- margin → EdgeInsets?
-
Applies margin around waveform widget.
final
- micIcon → Widget?
-
An icon for recording voice.
final
- padding → EdgeInsets?
-
Applies padding around waveform widget.
final
- recorderIconColor → Color?
-
Applies color to mic and stop icon.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stopIcon → Widget?
-
An icon for stopping voice recording.
final
- waveStyle → WaveStyle?
-
Applies styles to waveform.
final
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