PageBlockAuthorDate constructor
const
PageBlockAuthorDate({
- required RichTextBase author,
- required DateTime publishedDate,
Page Block Author Date constructor.
Implementation
const PageBlockAuthorDate({required this.author, required this.publishedDate})
: super._();