blink function

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

Styles the input blink

Also see style.

Implementation

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