VersionInfoWidget constructor

const VersionInfoWidget({
  1. TextStyle? textStyle,
  2. String prefixText = '',
  3. String suffixText = '',
  4. bool showError = false,
  5. Key? key,
})

Implementation

const VersionInfoWidget({
  this.textStyle,
  this.prefixText = '',
  this.suffixText = '',
  this.showError = false,
  super.key,
});