resolvedSidePanelWidth property

String get resolvedSidePanelWidth

Implementation

String get resolvedSidePanelWidth {
  final normalized = sidePanelWidth.trim();
  return normalized.isEmpty ? '22rem' : normalized;
}