NomoColorThemeData constructor
- {required NomoColors colors,
- NomoComponentColors buildComponents(
- NomoColors core
Implementation
NomoColorThemeData({
required this.colors,
NomoComponentColors Function(NomoColors core) buildComponents =
NomoComponentColors.defaultComponents,
}) : components = buildComponents.call(colors);