PathBuilder class abstract

PathBuilder is an abstract class that returns a Path for use with a CustomClipper. It can render a range of "visibility":

  • When value is 0 the clipper will render nothing
  • When value is 1 the clipper will render everything
  • Intermediate values should render a partial amount

The PathBuilder can be constructed with an invert value that will invert the Path.

Annotations

Constructors

PathBuilder({bool invert = false})
Abstract const constructor to enable subclasses to provide const constructors so that they can be used in const expressions.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
invert bool
blah
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildPath(Size size, double value) Path
call(Size size, double value) Path
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited