NomoScaffoldThemeOverride constructor

const NomoScaffoldThemeOverride({
  1. required NomoScaffoldThemeDataNullable data,
  2. required Widget child,
  3. Key? key,
})

Implementation

const NomoScaffoldThemeOverride(
    {required this.data, required super.child, super.key});