SmoothTextButton constructor
const
SmoothTextButton({})
Implementation
const SmoothTextButton({
Key? key,
required this.title,
this.isLoading,
this.backgroundColor,
this.isActive,
this.onPressed,
}) : super(key: key);