ContactInfoSchema constructor

ContactInfoSchema({
  1. String? description,
  2. IconData? iconData,
  3. bool showListItemDivider = false,
  4. String? title,
})

Implementation

ContactInfoSchema({
  this.description,
  this.iconData,
  this.showListItemDivider = false,
  this.title,
});