RestrictedAmountPositions constructor
RestrictedAmountPositions({
- double maxCoverage = 0.8,
- double minCoverage = double.negativeInfinity,
- int maxAmountItems = 5,
- StackAlign align = StackAlign.left,
- InfoItem infoItem = const InfoItem.absent(),
- StackLaying laying = StackLaying.last,
- LayoutDirection layoutDirection = LayoutDirection.horizontal,
Implementation
RestrictedAmountPositions({
super.maxCoverage,
super.minCoverage,
this.maxAmountItems = 5,
super.align,
super.infoItem,
super.laying,
super.layoutDirection = LayoutDirection.horizontal,
});