SegmentFill constructor

SegmentFill({
  1. bool above = false,
  2. bool below,
})

Implementation

SegmentFill({this.above = false, this.below});