recordingState property
final
Recording state indicator: 'red' = recording, 'yellow' = paused, 'green' = not recording When not 'green', shows a record or pause icon instead of the clock icon
Implementation
final String? recordingState;
Recording state indicator: 'red' = recording, 'yellow' = paused, 'green' = not recording When not 'green', shows a record or pause icon instead of the clock icon
final String? recordingState;