VGuideTarget constructor

const VGuideTarget(
  1. GlobalKey<State<StatefulWidget>> key, {
  2. double padding = 6,
  3. double radius = 8,
})

Implementation

const VGuideTarget(this.key, {this.padding = 6, this.radius = 8});