titleText method
Implementation
Widget titleText() => Text(
widget.title,
style: const TextStyle(
fontSize: 18,
fontWeight: FontWeight.w500,
),
overflow: TextOverflow.clip,
);
Widget titleText() => Text(
widget.title,
style: const TextStyle(
fontSize: 18,
fontWeight: FontWeight.w500,
),
overflow: TextOverflow.clip,
);