AuthorBlogWidget constructor

const AuthorBlogWidget({
  1. Key? key,
  2. Axis direction = Axis.horizontal,
  3. bool isShowTitle = true,
  4. String title = "Author / Created By",
  5. required List<String> authorUrlSocialMedias,
})

Implementation

const AuthorBlogWidget(
    {super.key,
    this.direction = Axis.horizontal,
    this.isShowTitle = true,
    this.title = "Author / Created By",
    required this.authorUrlSocialMedias});