VenueLabelStyle constructor
- Color fillColor,
- Color outlineColor,
- double outlineWidth,
- int maxFont,
Creates a custom label style with specific parameters.
-
fillColorThe fill color. -
outlineColorThe outline color. -
outlineWidthThe width color. -
maxFontThe max font.
Implementation
factory VenueLabelStyle(ui.Color fillColor, ui.Color outlineColor, double outlineWidth, int maxFont) => $prototype.make(fillColor, outlineColor, outlineWidth, maxFont);