effectivePanelBorder property

Border? get effectivePanelBorder

Implementation

Border? get effectivePanelBorder => currentBorderWidth.value <= 0
    ? null
    : Border.all(color: borderColor, width: currentBorderWidth.value);