canTarget property
bool
get
canTarget
Implementation
bool get canTarget => (hasError && widget.canScroll) || widget.mustScroll;
bool get canTarget => (hasError && widget.canScroll) || widget.mustScroll;