AnimatedMessageButton constructor
const
AnimatedMessageButton({
- required VoidCallback onPressed,
- double width = 140,
- double height = 40,
- String? text,
- Key? key,
Implementation
const AnimatedMessageButton({
required this.onPressed,
this.width = 140,
this.height = 40,
this.text,
super.key,
});