ConstButton constructor
const
ConstButton({
- Key? key,
- VoidCallback? onLongPress,
- String? text,
Implementation
const ConstButton({Key? key, this.onLongPress, this.text}) : super(key: key);