Ga naar hoofdinhoud
Logo Appt Light

Bold text on Flutter

Apps should use bold text when users have indicated this as a preference in the system settings. Turning on bold text improves the contrast of the letters against the background, making the text easier to read. This is vital if you are visually impaired, but it can also be useful if you need reading glasses.

Met Flutter kun je de boldText eigenschap van AccessibilityFeatures gebruiken om te controleren of de gebruiker een voorkeur heeft voor vette tekst.

if (window.accessibilityFeatures.boldText) {
    // Use bold text
}
Bijdragen

Feedback?

Laat 't ons weten!