CDKButtonHelp constructor

const CDKButtonHelp(
  1. {Key? key,
  2. VoidCallback? onPressed,
  3. double size = 24.0}
)

Implementation

const CDKButtonHelp({
  Key? key,
  this.onPressed,
  this.size = 24.0,
}) : super(key: key);