menu
english_question_model package
documentation
widget/Text.dart
MySelectableHtml
MySelectableHtml.new const constructor
MySelectableHtml.new const constructor
dark_mode
light_mode
MySelectableHtml
constructor
const
MySelectableHtml
(
{
Key
?
key
,
required
String
txt
,
double
fontSize
=
18
,
})
Implementation
const MySelectableHtml({Key? key, required this.txt, this.fontSize = 18}) : super(key: key);
english_question_model package
documentation
widget/Text
MySelectableHtml
MySelectableHtml.new const constructor
MySelectableHtml class