BoxAlignmentContent.spaceAroundRatio constructor

const BoxAlignmentContent.spaceAroundRatio(
  1. double startRatio,
  2. double endRatio
)

Creates custom spacing ratios for start and end.

Implementation

const factory BoxAlignmentContent.spaceAroundRatio(
  double startRatio,
  double endRatio,
) = _EvenSpacingAlignment;