menu
tex_markdown package
documentation
custom_widgets/custom_rb_cb.dart
CustomRb
CustomRb.new const constructor
CustomRb.new const constructor
dark_mode
light_mode
CustomRb
constructor
const
CustomRb
(
{
Key
?
key
,
double
spacing
=
5
,
required
Widget
child
,
required
bool
value
,
})
Implementation
const CustomRb( {super.key, this.spacing = 5, required this.child, required this.value});
tex_markdown package
documentation
custom_widgets/custom_rb_cb
CustomRb
CustomRb.new const constructor
CustomRb class