TextWidget constructor
Creates a TextWidget with the given title
, txtSize
, and txtColor
.
Implementation
const TextWidget({
super.key,
required this.title,
required this.txtSize,
required this.txtColor,
});
Creates a TextWidget with the given title
, txtSize
, and txtColor
.
const TextWidget({
super.key,
required this.title,
required this.txtSize,
required this.txtColor,
});