PageBlockAuthorDate constructor

PageBlockAuthorDate({
  1. RichText? author,
  2. required int publishDate,
})

Implementation

PageBlockAuthorDate({this.author, required this.publishDate});