Poster constructor

Poster(
  1. String text,
  2. BuildContext context,
  3. Map<String, dynamic> record,
  4. List<XFile> files,
)

Implementation

Poster(this.text, this.context, this.record, this.files);