menu
image_picker_dialog package
documentation
models/controller_value.dart
ControllerValue
ControllerValue const constructor
ControllerValue const constructor
dark_mode
light_mode
ControllerValue
constructor
const
ControllerValue
(
{
CameraController?
controller
,
bool
isReady
=
false
,
String
?
error
,
})
Implementation
const ControllerValue({ this.controller, this.isReady = false, this.error, });
image_picker_dialog package
documentation
models/controller_value
ControllerValue
ControllerValue const constructor
ControllerValue class