Button constructor

Button({
  1. double radios = 10,
  2. required BtnAction change,
  3. required String title,
  4. required Color color,
  5. Color? textColor,
})

Implementation

Button({this.radios= 10,required this.change,required this.title,required this.color,this.textColor});