ConstButton constructor

const ConstButton({
  1. Key? key,
  2. VoidCallback? onLongPress,
  3. String? text,
})

Implementation

const ConstButton({Key? key, this.onLongPress, this.text}) : super(key: key);