menu
project_setup package
documentation
common_widget/custom_file_widget.dart
CustomFileWidget
CustomFileWidget.new const constructor
CustomFileWidget.new const constructor
dark_mode
light_mode
CustomFileWidget
constructor
const
CustomFileWidget
(
{
Key
?
key
,
String
?
filePath
,
BoxFit
?
boxfit
,
double
?
height
,
double
?
width
,
})
Implementation
const CustomFileWidget({ super.key, this.filePath, this.boxfit, this.height, this.width, });
project_setup package
documentation
common_widget/custom_file_widget
CustomFileWidget
CustomFileWidget.new const constructor
CustomFileWidget class