BtnTextWithLoading constructor
BtnTextWithLoading({})
Implementation
BtnTextWithLoading(
{super.key,
required this.text,
required this.onTap,
this.color = Colors.blue,
this.textSize = 14,
this.width = 250,
this.height = 40});