KevinNavigationLinkStyle constructor

const KevinNavigationLinkStyle({
  1. Color? backgroundColor,
  2. KevinUiFont? titleLabelFont,
  3. Color? selectedBackgroundColor,
  4. double? cornerRadius,
  5. double? borderWidth,
  6. Color? borderColor,
  7. Uint8List? chevronImage,
})

Implementation

const KevinNavigationLinkStyle({
  this.backgroundColor,
  this.titleLabelFont,
  this.selectedBackgroundColor,
  this.cornerRadius,
  this.borderWidth,
  this.borderColor,
  this.chevronImage,
});