Bold text - Flutter

With Flutter, the boldText property of AccessibilityFeatures can be used to check whether the user prefers bold text.

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