SolidVersionConfig constructor

const SolidVersionConfig({
  1. required String version,
  2. String? changelogUrl,
  3. bool showDate = true,
  4. String? tooltip,
})

Implementation

const SolidVersionConfig({
  required this.version,
  this.changelogUrl,
  this.showDate = true,
  this.tooltip,
});