set method

void set(
  1. SnackBar? value
)

Implementation

void set(SnackBar? value) => state = value;