RaisedHand constructor

const RaisedHand(
  1. bool raised, {
  2. Key? key,
})

Implementation

const RaisedHand(this.raised, {super.key});