MediaPreviewPage constructor
Implementation
MediaPreviewPage({
super.key,
List<String>? filePaths,
String? filePath,
this.initialCaption,
}) : filePaths = filePaths ?? (filePath != null ? [filePath] : const []);
MediaPreviewPage({
super.key,
List<String>? filePaths,
String? filePath,
this.initialCaption,
}) : filePaths = filePaths ?? (filePath != null ? [filePath] : const []);