decorationStyle property

  1. @override
TextDecorationStyle get decorationStyle
override

The style in which to paint the text decorations (e.g., dashed).

Implementation

@override
TextDecorationStyle get decorationStyle =>
    throw _e(token.name, 'decorationStyle');