IntSelectionCallback constructor Null safety

const IntSelectionCallback(
  1. {required Map<String, Callback> values}
)

Implementation

const factory IntSelectionCallback(
    {required final Map<String, Callback> values}) = _$IntSelectionCallback;