StatusLine constructor
StatusLine({
- List<
StatusItem> left = const [], - List<
StatusItem> center = const [], - List<
StatusItem> right = const [], - Color? background,
- Color? foreground,
- EdgeInsets? padding,
- String? separator,
- int gap = 1,
- Key? key,
Implementation
StatusLine({
this.left = const [],
this.center = const [],
this.right = const [],
this.background,
this.foreground,
this.padding,
this.separator,
this.gap = 1,
super.key,
});