CanvasRect class
A rectangle to be painted by ChartCanvas.
Constructors
- 
          CanvasRect(Rectangle<int> bounds, {List<int> ? dashPattern, Color? fill, FillPatternType? pattern, Color? stroke, double? strokeWidthPx})
Properties
- 
  bounds
  → Rectangle<int> 
- 
  
  final
- 
  dashPattern
  → List<int> ?
- 
  
  final
- fill → Color?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- pattern → FillPatternType?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- stroke → Color?
- 
  
  final
- strokeWidthPx → double?
- 
  
  final
Methods
- 
  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