FastSegmentedButtonSegmentsBuilder<T> typedef

FastSegmentedButtonSegmentsBuilder<T> = List<ButtonSegment<T>> Function(List<FastButtonSegment<T>> options, FastSegmentedButtonState<T> field)

Implementation

typedef FastSegmentedButtonSegmentsBuilder<T> = List<ButtonSegment<T>> Function(
    List<FastButtonSegment<T>> options, FastSegmentedButtonState<T> field);