$containCenter static method
Wrapper for the CameraConstraint.containCenter constructor
Implementation
static $Value? $containCenter(
Runtime runtime,
$Value? thisValue,
List<$Value?> args,
) {
return $CameraConstraint.wrap(
CameraConstraint.containCenter(bounds: args[0]!.$value),
);
}