NeoWindowPanel constructor
const
NeoWindowPanel({})
Implementation
const NeoWindowPanel({
super.key,
required this.title,
required this.child,
this.accentColor,
this.color,
this.shadowColor,
this.padding = const EdgeInsets.all(24),
this.showWindowDots = true,
this.trailing,
});