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