toVgTheme method

ImgTheme toVgTheme()

Creates a ImgTheme from this.

Implementation

ImgTheme toVgTheme() {
  return ImgTheme(
    currentColor: Color(currentColor.value),
    fontSize: fontSize,
    xHeight: xHeight,
  );
}