RoundButton constructor
RoundButton({
- Function? onTap,
- dynamic buttonTitle,
- dynamic decoration,
- dynamic textStyle,
Implementation
RoundButton({this.onTap, this.buttonTitle, this.decoration, this.textStyle});