NomoDialogThemeOverride constructor
const
NomoDialogThemeOverride({
- required NomoDialogThemeDataNullable data,
- required Widget child,
- Key? key,
Implementation
const NomoDialogThemeOverride(
{required this.data, required super.child, super.key});