showPressCheck property

bool get showPressCheck

Implementation

bool get showPressCheck =>
    (pressCheckAnimation == null) ? true : pressCheckAnimation!;