BoxAlignmentContent.spaceAroundRatio constructor
Creates custom spacing ratios for start and end.
Implementation
const factory BoxAlignmentContent.spaceAroundRatio(
double startRatio,
double endRatio,
) = _EvenSpacingAlignment;
Creates custom spacing ratios for start and end.
const factory BoxAlignmentContent.spaceAroundRatio(
double startRatio,
double endRatio,
) = _EvenSpacingAlignment;