YaruSegmentInputFormatter typedef

YaruSegmentInputFormatter = String Function(String? segmentInput, int minLength, int? maxLength)

Implementation

typedef YaruSegmentInputFormatter = String Function(
  String? segmentInput,
  int minLength,
  int? maxLength,
);