ImageField constructor

const ImageField(
  1. {required String offTag}
)

Implementation

const ImageField({
  required this.offTag,
});