TitleOptions constructor
TitleOptions({
- String? gold,
- String? blue,
- String? silver,
- String? black,
- String? vertical,
- String? horizontal,
- String? pill,
- String? rect,
- String? responsive,
- String? small,
- String? medium,
- String? large,
- FlatRate? flatRate,
- FreeShipping? freeShipping,
- LocalPickup? localPickup,
- String? live,
- String? sandbox,
- String? billing,
- String? login,
- String? dark,
- String? light,
- String? lightOutline,
- String? optionsDefault,
- String? buy,
- String? donate,
- String? sale,
- String? authorization,
- String? add,
- String? drop,
Implementation
TitleOptions({
this.gold,
this.blue,
this.silver,
this.black,
this.vertical,
this.horizontal,
this.pill,
this.rect,
this.responsive,
this.small,
this.medium,
this.large,
this.flatRate,
this.freeShipping,
this.localPickup,
this.live,
this.sandbox,
this.billing,
this.login,
this.dark,
this.light,
this.lightOutline,
this.optionsDefault,
this.buy,
this.donate,
this.sale,
this.authorization,
this.add,
this.drop,
});