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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited