PageBlockAuthorDate constructor

PageBlockAuthorDate({
  1. String? extra,
  2. int? client_id,
  3. RichText? author,
  4. int32? publish_date,
})

Implementation

PageBlockAuthorDate({
  super.extra,
  super.client_id,
  this.author,
  this.publish_date,
});