menu
english_question_model package
documentation
write/subject_write_view.dart
SubjectWrite
SubjectWrite.new constructor
SubjectWrite.new constructor
dark_mode
light_mode
SubjectWrite
constructor
SubjectWrite
(
{
Key
?
key
,
required
Map
<
String
,
dynamic
>
jsonStruct
,
int
?
number
,
double
fontSize
=
18
,
})
Implementation
SubjectWrite({Key? key, required this.jsonStruct, this.number,this.fontSize=18}) : super(key: key);
english_question_model package
documentation
write/subject_write_view
SubjectWrite
SubjectWrite.new constructor
SubjectWrite class