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