BoxAlignmentContent.spaceAroundSymmetric constructor

const BoxAlignmentContent.spaceAroundSymmetric(
  1. double ratio
)

Creates symmetric spacing around items with a custom ratio.

Implementation

const factory BoxAlignmentContent.spaceAroundSymmetric(double ratio) =
    _EvenSpacingAlignment.aroundSymmetric;