menu
video_editor_2 package
documentation
domain/bloc/controller.dart
VideoEditorController
isRotated property
isRotated property
dark_mode
light_mode
isRotated
property
bool
get
isRotated
Implementation
bool get isRotated => rotation == 90 || rotation == 270;
video_editor_2 package
documentation
domain/bloc/controller
VideoEditorController
isRotated property
VideoEditorController class