VersionLabelCustomization constructor

VersionLabelCustomization({
  1. String? textFont,
  2. int? textSize,
  3. String? textFontStyle,
  4. String? textColor,
  5. int? textAlpha,
})

Implementation

VersionLabelCustomization({
  this.textFont,
  this.textSize,
  this.textFontStyle,
  this.textColor,
  this.textAlpha,
});