FastInstruction constructor

const FastInstruction({
  1. Key? key,
  2. required String text,
})

Implementation

const FastInstruction({super.key, required this.text});