FluentSidebarItem constructor
const
FluentSidebarItem({})
Implementation
const FluentSidebarItem({
required this.id,
required this.nodeId,
this.stop,
required this.widget,
this.estimatedHeight = 130.0,
this.createdAt,
this.category = FluentSidebarItemCategory.other,
});