isCollapsed property

bool isCollapsed

Implementation

bool get isCollapsed => allowCollapse ? _collapsed : initialIsCollapsed;