VectorImage constructor

const VectorImage(
  1. String asset,
  2. {Key? key,
  3. double? width,
  4. double? height,
  5. Alignment alignment = Alignment.center}
)

Enables theming of vector graphics.

Usage:

Implementation

const VectorImage