calculateItemsSpacing abstract method

double? calculateItemsSpacing({
  1. required double allItemsWidth,
  2. required int length,
  3. required double availableWidth,
})

Implementation

double? calculateItemsSpacing({
  required double allItemsWidth,
  required int length,
  required double availableWidth,
});