AurisPanel constructor
const
AurisPanel({})
Creates a titled panel.
Implementation
const AurisPanel({
super.key,
required this.title,
required this.child,
this.code,
this.accent = false,
this.padding = const EdgeInsets.all(16),
});