ButtonWithTextChange constructor

const ButtonWithTextChange(
  1. Function onPressed, {
  2. Key? key,
})

Implementation

const ButtonWithTextChange(this.onPressed, {super.key});