SVG/src/vector_drawable library
Classes
- CacheCompatibilityTester
- Tests whether a DrawableRoot should be cache invalidated given old and new external parameter changes.
- Drawable
- Base interface for vector drawing.
- DrawableDefinitionServer
- Contains reusable drawing elements that can be referenced by a String ID.
- DrawableGradient
- Basic information describing a gradient.
- DrawableGroup
-
Represents a group of drawing elements that may share a common
transform,stroke, orfill. - DrawableLinearGradient
- Represents the data needed to create a Gradient.linear.
- DrawablePaint
- A wrapper class for Flutter's Paint class.
- DrawableParent
-
A Drawable that can have child
Drawablesand DrawableStyle. - DrawableRadialGradient
- Represents the information needed to create a Gradient.radial.
- DrawableRasterImage
- A raster image (e.g. PNG, JPEG, or GIF) embedded in the drawable.
- DrawableRoot
- The root element of a drawable.
- DrawableShape
- Represents a drawing element that will be rendered to the canvas.
- DrawableStyle
- Styling information for vector drawing.
- DrawableStyleable
- A Drawable that can have a DrawableStyle applied to it.
- DrawableText
- A Drawable for text objects.
- DrawableTextStyle
- A wrapper class for Flutter's TextStyle class.
- DrawableViewport
- Contains the viewport size and offset for a Drawable.
Enums
- DrawableTextAnchorPosition
- How to anchor text.
- GradientUnitMode
- Determines how to transform the points given for a gradient.