show method

void show()

Implementation

void show() {
  value = value.copyWith(
    show: true,
  );
}