calcibutton constructor

calcibutton({
  1. Key? key,
  2. required String val,
  3. required void bp()?,
})

Implementation

calcibutton({super.key, required this.val, required this.bp});