ArcaneNavDropdown constructor
const
ArcaneNavDropdown({})
Implementation
const ArcaneNavDropdown({
required this.label,
required this.width,
required this.content,
this.alignRight = false,
super.key,
});
const ArcaneNavDropdown({
required this.label,
required this.width,
required this.content,
this.alignRight = false,
super.key,
});