BoxAlignmentSpacing.aroundSymmetric constructor

const BoxAlignmentSpacing.aroundSymmetric(
  1. double ratio
)

Creates symmetric space-around with a custom ratio.

Implementation

const BoxAlignmentSpacing.aroundSymmetric(double ratio)
  : aroundStart = ratio,
    aroundEnd = ratio;