HareText success({TextStyle? style}) { this.style = style ?? const TextStyle(color: Colors.green); return this; }