ContentButton constructor
const
ContentButton({})
Implementation
const ContentButton({
Key? key,
required this.prefixIcon,
required this.label,
required this.suffixIcon,
required this.fullWidth,
}) : super(key: key);