NAppVersion constructor

const NAppVersion({
  1. Key? key,
  2. required NAppUpdateController controller,
  3. String? fallbackVersion,
  4. TextStyle? style,
  5. bool showPrefix = true,
  6. bool watchReleases = true,
})

Implementation

const NAppVersion({
  super.key,
  required this.controller,
  this.fallbackVersion,
  this.style,
  this.showPrefix = true,
  this.watchReleases = true,
});