ImageNetworkMarkdown constructor

const ImageNetworkMarkdown({
  1. Key? key,
  2. required String uri,
  3. String? title,
})

Implementation

const ImageNetworkMarkdown({
  Key? key,
  required this.uri,
  this.title,
}) : super(key: key);