onReadMoreTap: () {
print("Read More tapped!");
print(
"Default text style --->> ${DefaultTextStyle.of(context).style.fontFamily}");
},
This is giving me result monospace everytime, why? If Roboto is the default fontFamily?