flcOverlayButtonSpace top-level constant

SizedBox const flcOverlayButtonSpace

Implementation

const flcOverlayButtonSpace = SizedBox(
  height: shutterButtonPadding * 2 + shutterButtonSize,
  width: shutterButtonPadding * 2 + shutterButtonSize,
);