Style parameters for a map object title. More...
Public Attributes | |
| double | fontSize |
| Font size in pixels. | |
| Color | color |
| Title fill color. | |
| Color | outlineColor |
| Title outline (halo) color. | |
| double | outlineWidth |
| Title outline (halo) width in pixels. | |
| TitleAnchor | anchor |
| Title anchor relative to the placement point TitleAnchor. | |
| bool | visible |
| Whether the title is visible. | |
Style parameters for a map object title.
Used with MapObject setTitleWithStyle.
Definition at line 21 of file title_style.dart.
| TitleAnchor TitleStyle.anchor |
Title anchor relative to the placement point TitleAnchor.
Definition at line 49 of file title_style.dart.
| Color TitleStyle.color |
Title fill color.
Definition at line 37 of file title_style.dart.
| double TitleStyle.fontSize |
Font size in pixels.
Dart code snippet:
Definition at line 33 of file title_style.dart.
| Color TitleStyle.outlineColor |
Title outline (halo) color.
Definition at line 41 of file title_style.dart.
| double TitleStyle.outlineWidth |
Title outline (halo) width in pixels.
Definition at line 45 of file title_style.dart.
| bool TitleStyle.visible |
Whether the title is visible.
Definition at line 53 of file title_style.dart.