ArcaneWindow constructor
const
ArcaneWindow({
- ArcaneTheme theme = const ArcaneTheme(),
- required Component child,
- Color? windowColor,
- Key? key,
Implementation
const ArcaneWindow({
this.theme = const ArcaneTheme(),
required this.child,
this.windowColor,
super.key,
});