menu
daily_flutter
daily_flutter.dart
VideoViewController
isPortrait property
isPortrait
dark_mode
light_mode
isPortrait
property
bool
isPortrait
Implementation
bool get isPortrait => rotation == 90 || rotation == 270;
daily_flutter
daily_flutter
VideoViewController
isPortrait property
VideoViewController class