enableTapRecording property

bool enableTapRecording

Whether allow the record can start with single tap. 选择器是否可以单击录像

Implementation

bool get enableTapRecording =>
    onlyEnableRecording && pickerConfig.enableTapRecording;