BoxAlignmentSpacing constructor

const BoxAlignmentSpacing(
  1. double aroundStart,
  2. double aroundEnd
)

Creates an even spacing alignment with custom start and end ratios.

Implementation

const BoxAlignmentSpacing(this.aroundStart, this.aroundEnd);