SimpleQuadrantLabels constructor

const SimpleQuadrantLabels({
  1. String topRight = 'High impact',
  2. String topLeft = 'Strategic bets',
  3. String bottomLeft = 'Defer',
  4. String bottomRight = 'Quick wins',
})

Implementation

const SimpleQuadrantLabels({
  this.topRight = 'High impact',
  this.topLeft = 'Strategic bets',
  this.bottomLeft = 'Defer',
  this.bottomRight = 'Quick wins',
});