shouldShowSummary property
bool
get
shouldShowSummary
Implementation
bool get shouldShowSummary => !active && completeSummary != null && complete;
bool get shouldShowSummary => !active && completeSummary != null && complete;