UpvotyWidgetButton constructor

UpvotyWidgetButton(
  1. UpvotyService _service,
  2. String _title,
  3. IconData _icon,
  4. String _boardHash,
  5. Color _color,
)

Implementation

UpvotyWidgetButton(this._service, this._title, this._icon, this._boardHash, this._color);