show method

void show({
  1. T? data,
})

Implementation

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