NomoTheme constructor

const NomoTheme(
  1. {dynamic key,
  2. required NomoThemeData value,
  3. required dynamic child}
)

Implementation

const NomoTheme({
  super.key,
  required this.value,
  required super.child,
});