NomoSider constructor
const
NomoSider({})
Implementation
const NomoSider({
required this.child,
super.key,
this.backgroundColor,
this.border,
this.padding,
this.width,
this.scrollPadding,
});
const NomoSider({
required this.child,
super.key,
this.backgroundColor,
this.border,
this.padding,
this.width,
this.scrollPadding,
});