Initializes a text span with optional text content, styling overrides, and nested children spans.
const TextSpan({this.text, this.style, this.children = const []});