RailItem constructor
RailItem({})
Implementation
RailItem({
this.icon = const SizedBox(),
this.screen = const SizedBox(),
this.label,
this.background,
this.activeColor,
this.iconColor,
});
RailItem({
this.icon = const SizedBox(),
this.screen = const SizedBox(),
this.label,
this.background,
this.activeColor,
this.iconColor,
});