ComponentState constructor

ComponentState({
  1. Pose? pose,
})

Implementation

factory ComponentState({
  $14.Pose? pose,
}) {
  final $result = create();
  if (pose != null) {
    $result.pose = pose;
  }
  return $result;
}