underline property
Underline
get
underline
The underline style applied to the cell's text.
Implementation
Underline get underline {
return _underline;
}
set
underline
(Underline value)
Sets the underline style applied to the cell's text.
Implementation
set underline(Underline value) {
_underline = value;
}