ImageCard.pos constructor

const ImageCard.pos(
  1. String uri, [
  2. String title = "",
  3. String subTitle = "",
  4. String disclaimer = "",
  5. Key? key,
])

Implementation

const ImageCard.pos(
  this.uri, [
  this.title = "",
  this.subTitle = "",
  this.disclaimer = "",
  Key? key,
]) : super(key: key);