ColabFileInput constructor
const
ColabFileInput({
- Key? key,
- required double size,
- required VoidCallback onPickFileTap,
- required VoidCallback onDelete,
- String? filePath,
- Color backgroundColor = lightGreyColor,
Implementation
const ColabFileInput({
super.key,
required this.size,
required this.onPickFileTap,
required this.onDelete,
this.filePath,
this.backgroundColor = lightGreyColor,
});