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