UITextHtmlThemeData.config constructor
const
UITextHtmlThemeData.config({})
Implementation
const UITextHtmlThemeData.config({
this.pStyle = const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w400,
),
this.strongStyle = const TextStyle(
fontSize: 14,
fontWeight: FontWeight.bold,
),
});