glow method

void glow()

Implementation

void glow() {
  TextGenerator.instance.glow(
    'input',
    DrawText(
      x: x,
      y: y,
      text: text,
      fontColor: color,
      font: fontFamily,
      boxColor: bgColor,
      fontSize: fontSize,
      fontFile: fontFile?.path,
      start: start,
      end: end,
    ),
  );
}