ContentfulImage constructor

const ContentfulImage({
  1. int? width,
  2. int? height,
})

Implementation

const factory ContentfulImage({
  int? width,
  int? height,
}) = _ContentfulImage;