ColorButtons constructor

const ColorButtons({
  1. bool foregroundColor = true,
  2. bool highlightColor = true,
})

Implementation

const ColorButtons({
  this.foregroundColor = true,
  this.highlightColor = true,
});