Poster constructor
Poster(
- String text,
- BuildContext context,
- Map<
String, dynamic> record, - List<
XFile> files,
Implementation
Poster(this.text, this.context, this.record, this.files);