PathBuilder constructor

const PathBuilder({
  1. bool invert = false,
})

Abstract const constructor to enable subclasses to provide const constructors so that they can be used in const expressions.

See PathBuilders

Implementation

const PathBuilder({
  this.invert = false,
});