NyApp constructor
const
NyApp({})
Create a new NyApp with a custom builder.
Implementation
const NyApp({
super.key,
required this.child,
this.themeDuration = const Duration(milliseconds: 200),
this.themeCurve = Curves.easeInOut,
this.backgroundColor,
});