Flutter : TextSpan Widget , RichText Widget ,Text.rich Widget
Feb 8, 2024 · 3 min read · In Flutter, TextSpan, RichText, and Text.rich are components that allow you to create rich and stylized text with different styles, spans, and formatting within a single text widget. Let's explore each of them: 1. TextSpan: TextSpan is a part of the ...
Join discussion