StatusViewBar constructor
const
StatusViewBar({})
Implementation
const StatusViewBar({
super.key,
required this.items,
this.height = 24,
this.spacing = 0,
this.alignment = ToolsAlignment.spaced,
});
const StatusViewBar({
super.key,
required this.items,
this.height = 24,
this.spacing = 0,
this.alignment = ToolsAlignment.spaced,
});