AboutEvent constructor

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

Implementation

AboutEvent({
  this.title,
  this.description,
});