A Boolean value that indicates whether a zoom transition is in progress.
Future<bool> isRampingVideoZoom() async { return await _channel.$isRampingVideoZoom(this) as bool; }