HighlightStyle constructor

const HighlightStyle({
  1. bool sizeLarge = false,
  2. bool? isHexagon = false,
  3. Color? background,
  4. Color? color,
  5. double? elevation,
})

Implementation

const HighlightStyle({
  this.sizeLarge = false,
  this.isHexagon = false,
  this.background,
  this.color,
  this.elevation,
});