FlutterScreenOrientation class

Constructors

FlutterScreenOrientation()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service ScreenOrientationService?
getter/setter pair

Methods

init() Future<void>
listenerOrientation(Function orientationCallback) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

landscapeLeft int
getter/setter pair
landscapeRight int
getter/setter pair
portraitDown int
getter/setter pair
portraitUp int
getter/setter pair
self FlutterScreenOrientation?
getter/setter pair

Static Methods

instance() FlutterScreenOrientation