onTap property
final
A function called whenever useCard is true and the user taps on the preview.
Typically used to edit or view the file.
Implementation
final VoidCallback? onTap;
A function called whenever useCard is true and the user taps on the preview.
Typically used to edit or view the file.
final VoidCallback? onTap;