menu
flutter_matrix_html package
documentation
spoiler.dart
Spoiler
Spoiler.new const constructor
Spoiler.new const constructor
dark_mode
light_mode
Spoiler
constructor
const
Spoiler
(
{
Key
?
key
,
required
Widget
child
,
String
?
reason
,
})
Implementation
const Spoiler({ Key? key, required this.child, this.reason, }) : super(key: key);
flutter_matrix_html package
documentation
spoiler
Spoiler
Spoiler.new const constructor
Spoiler class