VLinkStyle constructor

const VLinkStyle({
  1. Color? splashColor,
  2. Color? iconColor,
  3. Color? defaultColor,
  4. Color? pressedColor,
  5. Color? tapUpColor,
  6. Color? disabledColor,
  7. TextStyle? titleTextStyle,
  8. Color? underlineColor,
})

Implementation

const VLinkStyle({
  this.splashColor,
  this.iconColor,
  this.defaultColor,
  this.pressedColor,
  this.tapUpColor,
  this.disabledColor,
  this.titleTextStyle,
  this.underlineColor,
});