textDecoration method
Text decoration
Equivalent to
TextStyle(decoration: input)
Implementation
NikuButton textDecoration(TextDecoration textDecoration) {
_text_textDecoration = textDecoration;
return this;
}
Text decoration
Equivalent to
TextStyle(decoration: input)
NikuButton textDecoration(TextDecoration textDecoration) {
_text_textDecoration = textDecoration;
return this;
}