TrapezoidPath constructor

TrapezoidPath(
  1. double widthLarge,
  2. double widthSmall
)

Implementation

TrapezoidPath(this.widthLarge, this.widthSmall);