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