UpvotyWidgetButton constructor
UpvotyWidgetButton(
- UpvotyService _service,
- String _title,
- IconData _icon,
- String _boardHash,
- Color _color,
Implementation
UpvotyWidgetButton(this._service, this._title, this._icon, this._boardHash, this._color);