NyThemeProvider constructor
const
NyThemeProvider({})
Create a new NyThemeProvider.
Implementation
const NyThemeProvider({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 200),
this.curve = Curves.easeInOut,
});