VenueLabelStyle constructor

VenueLabelStyle(
  1. Color fillColor,
  2. Color outlineColor,
  3. double outlineWidth,
  4. int maxFont,
)

Creates a custom label style with specific parameters.

  • fillColor The fill color.

  • outlineColor The outline color.

  • outlineWidth The width color.

  • maxFont The max font.

Implementation

factory VenueLabelStyle(ui.Color fillColor, ui.Color outlineColor, double outlineWidth, int maxFont) => $prototype.make(fillColor, outlineColor, outlineWidth, maxFont);