FunctionKey constructor

const FunctionKey({
  1. Key? key,
  2. dynamic text,
  3. dynamic onPress,
})

Implementation

const FunctionKey({Key? key, this.text, this.onPress}) : super(key: key);