Home > database >  Is it possible to make specific letter in a word to be a custom font in flutter?
Is it possible to make specific letter in a word to be a custom font in flutter?

Time:06-30

I want to make specific letter to have a custom font or style in Flutter, is it possible to do that? I only saw tutorial on how to make specific word in Flutter to have custom style by using RichText. Is there anyway to make a specific letter instead of a word?

for example

  • Related