TdPickerNotification<T> constructor

const TdPickerNotification<T>({
  1. required T value,
})

Implementation

const TdPickerNotification({
  required this.value,
});