popupColumnWidth method

double popupColumnWidth(
  1. bool inlinePresent
)

Implementation

double popupColumnWidth(bool inlinePresent) => (inlinePresent ? popupLeftGapWithInline : 0.0) + popupButtonSlot + popupRightGap;