CustomButtonDefault constructor
const
CustomButtonDefault({})
Implementation
const CustomButtonDefault({
Key? key,
required this.text,
required this.onTap,
this.width,
this.height,
this.swipeColors,
}) : super(key: key);