This flutter widget is created for commonly used rich text widget.
- Used for commonly code of rich text.
To use this package, add common_rich_text as a dependency in your pubspec.yaml file.
Minimal example:
RichTextWidget(
text: "Title",
requiredText: "*",
fontWeight: FontWeight.bold,
)