PinSphere constructor

const PinSphere({
  1. Key? key,
  2. required bool input,
})

Implementation

const PinSphere({Key? key, required this.input}) : super(key: key);