menu
my_components package
documentation
core_components/appDialog.dart
AnimateDialog
AnimateDialog.new const constructor
AnimateDialog.new const constructor
dark_mode
light_mode
AnimateDialog
constructor
const
AnimateDialog
(
{
Key
?
key
,
required
Widget
childView
,
})
Implementation
const AnimateDialog({super.key, required this.childView});
my_components package
documentation
core_components/appDialog
AnimateDialog
AnimateDialog.new const constructor
AnimateDialog class