ButtonStatePropertyDelegate<T> typedef

ButtonStatePropertyDelegate<T> = T Function(BuildContext context, Set<WidgetState> states, T value)

Implementation

typedef ButtonStatePropertyDelegate<T> = T Function(
    BuildContext context, Set<WidgetState> states, T value);