RoadEventsLayerTextStyle constructor

RoadEventsLayerTextStyle(
  1. double fontSize,
  2. Color color,
  3. Color? outlineColor
)

Implementation

factory RoadEventsLayerTextStyle(
        core.double fontSize, ui.Color color, ui.Color? outlineColor) =>
    RoadEventsLayerTextStyleImpl(fontSize, color, outlineColor);