toggleExpand method

bool toggleExpand()

Implementation

bool toggleExpand() => isExpanded = !isExpanded;