toSvg method

SvgPicture toSvg({
  1. double height = 16.0,
})

Returns a visual representation of the MTGSymbol as an SvgPicture.

Implementation

SvgPicture toSvg({double height = 16.0}) =>
    SvgPicture.asset(image, height: height, semanticsLabel: english);