TipSettings constructor

TipSettings({
  1. bool? allowTipping,
  2. bool? customTipField,
  3. bool? separateTipScreen,
  4. bool? smartTipping,
  5. List<int>? tipPercentages,
})

Implementation

TipSettings({
  this.allowTipping, this.customTipField, this.separateTipScreen,
this.smartTipping, this.tipPercentages
});