underline constant

TextDecorationCSS const underline

Implementation

static const underline = TextDecorationCSS(
  type: TextDecorationTypeCSS.underline,
);