FlutterPathPointsPath class abstract
Abstract path that uses Actor PathPoints, slightly higher level that FlutterPath. Most shapes can use this, but if they want to use a different procedural backing call, they should implement FlutterPath and generate the path another way.
- Implemented types
- Implementers
Constructors
Properties
Methods
- 
  initializeGraphics() → void 
- 
  
  override
- 
  invalidatePath() → void 
- 
  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