isShowcaseActive top-level constant

bool const isShowcaseActive

Implementation

const isShowcaseActive =
    bool.fromEnvironment('FLUTTER_SHOWCASE', defaultValue: true);