void setTextDecoration(TextDecoration? value) { onNotifyWithCallback(() => textDecoration = value); }