menu
iconoir_flutter package
documentation
regular/camera.dart
Camera
Camera const constructor
Camera const constructor
dark_mode
light_mode
Camera
constructor
const
Camera
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Camera({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/camera
Camera
Camera const constructor
Camera class