xstyle method
Implementation
Text xstyle(TextStyle? style, {String placeholder = '', TextAlign? align}) =>
Text(
data ?? placeholder,
style: style ?? this.style,
overflow: overflow,
maxLines: maxLines,
textAlign: align,
);