ScaleIndicatorBuilder<T> typedef

ScaleIndicatorBuilder<T> = Widget Function(BuildContext context, Axis orientation, T value, {required bool isMajorIndicator})

Signature for a function that creates a scale indicator for RulerPicker<T>.

Implementation

typedef ScaleIndicatorBuilder<T> = Widget Function(
  BuildContext context,
  Axis orientation,
  T value, {
  required bool isMajorIndicator,
});