EffectsGenerator constructor

EffectsGenerator({
  1. bool isHovered = false,
  2. bool isFocused = false,
  3. String? boxShadow,
  4. String? opacity,
})

Implementation

EffectsGenerator({
  this.isHovered = false,
  this.isFocused = false,
  this.boxShadow,
  this.opacity,
});