UXCamHandler constructor

const UXCamHandler({
  1. Key? key,
  2. required Widget child,
  3. List<Type> types = const [],
})

Implementation

const UXCamHandler(
    {Key? key, required this.child, this.types = const []})
    : super(key: key);