QudsRadianButton constructor
const
QudsRadianButton({})
Create an instance of QudsRadianButton.
Implementation
const QudsRadianButton(
{Key? key,
this.onPressed,
this.focusNode,
this.autofocus = false,
this.mouseCursor,
this.radius,
this.tooltip,
this.child})
: super(key: key);