Text widget: Working with text

Set custom fonts

Fonts:
   - family: MyCustomFont
     fonts:
       - asset: fonts/MyCustomFont.ttf
       - style: italic

In Flutter, place the font file in a folder and reference it in the pubspec.yaml file, similar to how you import images.

Style my Text widgets

style widgets with TextStyle class.

Text widget: Working with text — Structure map

Clickable & Draggable!

Text widget: Working with text — Related pages: