HistoryOption constructor
const
HistoryOption({
- NamePosition? namePosition = NamePosition.top,
- double? fontSize,
- Color? fontColor,
- Color? backgroundColor,
- Color? borderColor,
- double? borderWidth,
- double? borderRadius,
- EdgeInsetsGeometry? historyPadding,
Implementation
const HistoryOption({
this.namePosition = NamePosition.top,
this.fontSize,
this.fontColor,
this.backgroundColor,
this.borderColor,
this.borderWidth,
this.borderRadius,
this.historyPadding
});