style property
UnderlineStyle
get
style
The type of the underline to modify this segment.
Implementation
UnderlineStyle get style => UnderlineStyle.fromJS(_wrapped.style);
set
style
(UnderlineStyle v)
Implementation
set style(UnderlineStyle v) {
_wrapped.style = v.toJS;
}