RocketMiniView constructor

const RocketMiniView(
  1. RocketListenable mcValue,
  2. Widget builder(), {
  3. Key? key,
})

Implementation

const RocketMiniView(
  this.mcValue,
  this.builder, {
  Key? key,
}) : super(key: key);