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