isExpand property

bool isExpand

return true if panel state is PanelState.expand

Implementation

bool get isExpand => _state?._panelState == PanelState.expand;