annotationToolbarAlignment property
set
annotationToolbarAlignment
(String value)
The alignment of the annotation toolbars.
The value
is given as one of the ToolbarAlignment constants. Defaults
to ToolbarAlignment.End.
Implementation
set annotationToolbarAlignment(String value) =>
_annotationToolbarAlignment = value;