VersionWidget constructor

const VersionWidget({
  1. Key? key,
  2. bool showVersionOnly = false,
  3. TextStyle? textStyle,
})

Implementation

const VersionWidget({
  super.key,
  this.showVersionOnly = false,
  this.textStyle,
});