presentationStyle property
PresentationStyle
get
presentationStyle
Implementation
PresentationStyle get presentationStyle => PresentationStyle.fromValue(
js_util.getProperty(this, 'presentationStyle'));
set
presentationStyle
(PresentationStyle newValue)
Implementation
set presentationStyle(PresentationStyle newValue) {
js_util.setProperty(this, 'presentationStyle', newValue.value);
}