RecordingContainerConfig class

Constructors

RecordingContainerConfig.new({Color? sendButtonColor = Colors.black, Color recordContainerColor = Colors.white, Color? waveFormNonPlayedColor = const Color(0xFFBDBDBD), Color? waveFormPlayedColor = const Color(0xFF757575), Color recordWidgetColor = const Color(0xFFEEEEEE), Color playPauseIconColor = const Color.fromARGB(255, 138, 138, 138), List<Icon> icons = const [Icon(Icons.mic_rounded, color: Colors.red, size: 35), Icon(Icons.pause_rounded, color: Colors.red, size: 35), Icon(Icons.send, color: Colors.white, size: 30), Icon(Icons.delete_rounded, color: Colors.grey, size: 25)], Color durationColor = Colors.black})

Properties

durationColor Color
final
hashCode int
The hash code for this object.
no setterinherited
icons List<Icon>
final
playPauseIconColor Color
final
recordContainerColor Color
final
recordWidgetColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonColor Color?
final
waveFormNonPlayedColor Color?
final
waveFormPlayedColor Color?
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