UpdatePointWidget constructor

const UpdatePointWidget({
  1. Key? key,
  2. String? checkVersionUrl,
})

Implementation

const UpdatePointWidget({Key? key,this.checkVersionUrl}): super(key: key);