HistoryOption constructor

const HistoryOption({
  1. NamePosition? namePosition = NamePosition.top,
  2. double? fontSize,
  3. Color? fontColor,
  4. Color? backgroundColor,
  5. Color? borderColor,
  6. double? borderWidth,
  7. double? borderRadius,
  8. EdgeInsetsGeometry? historyPadding,
})

Implementation

const HistoryOption({
  this.namePosition = NamePosition.top,
  this.fontSize,
  this.fontColor,
  this.backgroundColor,
  this.borderColor,
  this.borderWidth,
  this.borderRadius,
  this.historyPadding
});