RoundButton constructor

RoundButton({
  1. Function? onTap,
  2. dynamic buttonTitle,
  3. dynamic decoration,
  4. dynamic textStyle,
})

Implementation

RoundButton({this.onTap, this.buttonTitle, this.decoration, this.textStyle});