constPadAngle method
Defines the Pie.padAngle-accessor as a constant function that always returns the specified value.
Implementation
void constPadAngle(num padAngle) {
this.padAngle = constant(padAngle);
}
Defines the Pie.padAngle-accessor as a constant function that always returns the specified value.
void constPadAngle(num padAngle) {
this.padAngle = constant(padAngle);
}