FunnelShape constructor

FunnelShape({
  1. double labelPosition = 0.5,
  2. bool pyramid = false,
})

Creates a funnel shape.

Implementation

FunnelShape({
  this.labelPosition = 0.5,
  this.pyramid = false,
});