ZwapButtonOptionDecorations constructor

const ZwapButtonOptionDecorations({
  1. Color? contentColor,
  2. Color? hoveredColor,
})

Implementation

const ZwapButtonOptionDecorations({
  this.contentColor,
  this.hoveredColor,
});