NZThemeConfig constructor
const
NZThemeConfig({})
Implementation
const NZThemeConfig({
this.primaryColor = NZColor.nezhaPrimary,
this.secondaryColor = NZColor.nezhaSecondary,
this.borderRadius = 12.0,
this.lightScaffoldBackgroundColor = const Color(0xFFF8F9FA),
this.darkScaffoldBackgroundColor = const Color(0xFF121212),
this.fontFamily,
});