show method
void
show({
- T? data,
Implementation
void show({T? data}) {
modify((value) => value.copyWith(show: true, data: data));
}
void show({T? data}) {
modify((value) => value.copyWith(show: true, data: data));
}