SVGADynamicEntity class
Constructors
Properties
- 
  dynamicDrawer
  → Map<String, SVGACustomDrawer> 
- 
  
  final
- 
  dynamicHidden
  → Map<String, bool> 
- 
  
  final
- 
  dynamicImages
  → Map<String, Image> 
- 
  
  final
- 
  dynamicText
  → Map<String, TextPainter> 
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  reset() → void 
- 
  setDynamicDrawer(SVGACustomDrawer drawer, String forKey) → void 
- 
  setHidden(bool value, String forKey) → void 
- 
  setImage(Image image, String forKey) → void 
- 
  setImageWithUrl(String url, String forKey) → Future< void> 
- 
  setText(TextPainter textPainter, String forKey) → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited