ItemProps constructor
const
ItemProps({
- required Widget child,
- String? href,
- bool external = false,
- ArcaneStyleData? styles,
- String? classes,
Implementation
const ItemProps({
required this.child,
this.href,
this.external = false,
this.styles,
this.classes,
});