effectivePanelWidth property
double
get
effectivePanelWidth
Implementation
double get effectivePanelWidth => _isHorizontalExpand
? currentPanelWidth.value * (items.length + 1) + currentBorderWidth.value
: currentPanelWidth.value + (currentBorderWidth.value * 2);