VideoUserInfo constructor

const VideoUserInfo({
  1. Key? key,
  2. required double bottomPadding,
  3. String? desc,
})

Implementation

const VideoUserInfo({
  Key? key,
  required this.bottomPadding,
  // @required this.onGoodGift,
  this.desc,
}) : super(key: key);