PhoenixTitle constructor
const
PhoenixTitle({
- Key? key,
- required String title,
- double fontSize = 16.0,
- FontWeight fontWeight = FontWeight.w500,
- Color color = const Color(0xff212124),
- TextOverflow? overflow,
Implementation
const PhoenixTitle({
super.key,
required this.title,
this.fontSize = 16.0,
this.fontWeight = FontWeight.w500,
this.color = const Color(0xff212124),
this.overflow,
});