InformationIconSet
Constructors
Link copied to clipboard
constructor(colors: DashColors, context: Context, building: DashIcon = DashIcon(context) { building(colors) }, pay: DashIcon = DashIcon(context) { pay(colors) }, phone: DashIcon = DashIcon(context) { phone(colors) }, pin: DashIcon = DashIcon(context) { pin(colors) }, plug: DashIcon = DashIcon(context) { plug(colors) }, ratingEmpty: DashIcon = DashIcon(context) { ratingEmpty() }, ratingFull: DashIcon = DashIcon(context) { ratingFull() }, ratingHalf: DashIcon = DashIcon(context) { ratingHalf() }, tripadvisor: DashIcon = DashIcon(context) { tripadvisor(colors) })
Properties
Functions
Link copied to clipboard
fun copy(building: DashIcon = this.building, pay: DashIcon = this.pay, phone: DashIcon = this.phone, pin: DashIcon = this.pin, plug: DashIcon = this.plug, ratingEmpty: DashIcon = this.ratingEmpty, ratingFull: DashIcon = this.ratingFull, ratingHalf: DashIcon = this.ratingHalf, tripadvisor: DashIcon = this.tripadvisor): InformationIconSet