decorationStyle property
The style in which to paint the text decorations (e.g., dashed).
Implementation
@override
TextDecorationStyle get decorationStyle =>
throw _e(token.name, 'decorationStyle');
The style in which to paint the text decorations (e.g., dashed).
@override
TextDecorationStyle get decorationStyle =>
throw _e(token.name, 'decorationStyle');