RobotText constructor

const RobotText({
  1. Key? key,
  2. dynamic payload,
})

Implementation

const RobotText({super.key, this.payload});