menu
flutter_responsive_template package
documentation
utils/telas/inputs/input_foto.dart
InputFoto
InputFoto.new constructor
InputFoto.new constructor
dark_mode
light_mode
InputFoto
constructor
InputFoto
(
{
Key
?
key
,
required
String
name
,
required
String
label
,
})
Implementation
InputFoto({Key? key, required this.name, required this.label}) : super(key: key);
flutter_responsive_template package
documentation
utils/telas/inputs/input_foto
InputFoto
InputFoto.new constructor
InputFoto class