ButtonView constructor

const ButtonView({
  1. Key? key,
  2. VoidCallback? callback,
  3. String? label,
  4. TextStyle? style,
  5. bool? showLoading = false,
})

Implementation

const ButtonView({super.key, this.callback, this.label, this.style, this.showLoading = false});