Customization constructor

Customization({
  1. String? title,
  2. String? description,
})

Implementation

Customization({this.title, this.description, this.logo});