StateOffsetFunction typedef

StateOffsetFunction = double Function(double maxHeight, double cardHeight)

Implementation

typedef StateOffsetFunction = double Function(
  double maxHeight,
  double cardHeight,
);