TTitleSection constructor
const
TTitleSection({})
Implementation
const TTitleSection({
super.key,
required this.title,
this.description,
this.icon,
this.onPressed,
this.buttonText,
this.buttonColor,
});
const TTitleSection({
super.key,
required this.title,
this.description,
this.icon,
this.onPressed,
this.buttonText,
this.buttonColor,
});