getDefaultLabelTextStyleFunction function

TextStyle? getDefaultLabelTextStyleFunction(
  1. int spotIndex,
  2. ScatterSpot spot
)

It gives you the default text style of the label for a spot.

Implementation

TextStyle? getDefaultLabelTextStyleFunction(
  int spotIndex,
  ScatterSpot spot,
) {
  return null;
}