ScreenOrientation class

Annotated by:
  • DocsEditable()
  • DomName('ScreenOrientation')
  • Experimental()
Extends:

Constants

changeEvent = const EventStreamProvider<Event>('change')

Instance Properties

angle int
read-only
type String
read-only
onChange Stream<Event>
read-only
on Events Inherited
read-only

Instance Methods

lock ( String orientation ) → Future
unlock ( ) → void
addEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
removeEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
dispatchEvent Inherited ( Event event ) → bool