PlainButton constructor
PlainButton({
- Key? key,
- dynamic onPressed()?,
- Widget? child,
- EdgeInsets? padding,
Implementation
PlainButton({
Key? key,
this.onPressed,
this.child,
this.padding
});