PageBlockAuthorDate constructor

const PageBlockAuthorDate({
  1. required RichTextBase author,
  2. required DateTime publishedDate,
})

Page Block Author Date constructor.

Implementation

const PageBlockAuthorDate({
  required this.author,
  required this.publishedDate,
}) : super._();