FText.base constructor
Implementation
const FText.base(String content, {super.key})
: super(
content,
style: const TextStyle(
fontSize: baseFontSize,
),
softWrap: baseSoftWrap,
overflow: baseSoftWrap ? null : TextOverflow.ellipsis,
);