Crosshair constructor

const Crosshair({
  1. Key? key,
})

Implementation

const Crosshair({
  Key? key,
}) : super(key: key);