VipBar constructor

const VipBar({
  1. Key? key,
  2. bool showVipbg = false,
  3. required dynamic subAction(),
  4. double barHeight = 64,
  5. double borderHeight = 21,
})

Implementation

const VipBar({super.key, this.showVipbg = false, required this.subAction, this.barHeight = 64, this.borderHeight = 21});