menu
fml package
documentation
widgets/tooltip/v2/src/modal.dart
Modal
Modal.new const constructor
Modal.new const constructor
dark_mode
light_mode
Modal
constructor
const
Modal
(
{
required
void
onTap
()?,
bool
visible
=
true
,
Key
?
key
,
})
Implementation
const Modal({ required this.onTap, this.visible = true, super.key, });
fml package
documentation
widgets/tooltip/v2/src/modal
Modal
Modal.new const constructor
Modal class