FittedPathMetrics constructor

const FittedPathMetrics({
  1. required Rect bounds,
  2. required double maxDimension,
  3. required double centerX,
  4. required double centerY,
})

Implementation

const FittedPathMetrics({
  required this.bounds,
  required this.maxDimension,
  required this.centerX,
  required this.centerY,
});