InAppContentBlockPlaceholder constructor

const InAppContentBlockPlaceholder({
  1. Key? key,
  2. required String placeholderId,
  3. double? maxWidth,
  4. double? maxHeight,
})

Implementation

const InAppContentBlockPlaceholder({
  Key? key,
  required this.placeholderId,
  this.maxWidth,
  this.maxHeight,
}) : super(key: key);