TdPickerNotification<T> constructor
const
TdPickerNotification<T> ({
- required T value,
Implementation
const TdPickerNotification({
required this.value,
});
const TdPickerNotification({
required this.value,
});