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