File names for file input changes (<input type="file">) or drag-and-drop drops.
<input type="file">
Populated when file selection occurs in the browser. Remains null otherwise.
null
final List<String>? files;