VideoFeedPlayIconConfiguration constructor

VideoFeedPlayIconConfiguration({
  1. bool? hidden,
  2. double? iconWidth,
})

Implementation

VideoFeedPlayIconConfiguration({
  this.hidden,
  this.iconWidth,
});