menu
custom_view package
documentation
custom_success_screen.dart
CustomSuccessScreen
CustomSuccessScreen const constructor
CustomSuccessScreen const constructor
dark_mode
light_mode
CustomSuccessScreen
constructor
const
CustomSuccessScreen
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const CustomSuccessScreen({Key? key, required this.child}) : super(key: key);
custom_view package
documentation
custom_success_screen
CustomSuccessScreen
CustomSuccessScreen const constructor
CustomSuccessScreen class