showMediaPreview property

bool showMediaPreview

Implementation

bool get showMediaPreview => _data['show_media_preview'];
void showMediaPreview=(bool x)

Implementation

set showMediaPreview(bool x) => _data['show_media_preview'] = x;