blinkRapid function

String blinkRapid(
  1. Object input, {
  2. bool reset = true,
})

Styles the input blink rapid

Also see style.

Implementation

String blinkRapid(Object input, {bool reset = true}) =>
    style(input, ConsoleTextStyle(blinkRapid: true), reset);