AccentPanel constructor
AccentPanel({
- required Widget child,
- Color? accentColor,
- int? accentWidth,
- String? accentChar,
- AccentSide side = AccentSide.left,
- Color? background,
- Color? foreground,
- EdgeInsets? padding,
- String? title,
- Style? titleStyle,
- bool? expanded,
- ValueCmdCallback<
bool> ? onExpandChanged, - Key? key,
Implementation
AccentPanel({
required this.child,
this.accentColor,
this.accentWidth,
this.accentChar,
this.side = AccentSide.left,
this.background,
this.foreground,
this.padding,
this.title,
this.titleStyle,
this.expanded,
this.onExpandChanged,
super.key,
});