textScaler property
Controls how text in the picker scales with the system font size.
When null
, uses the ambient MediaQuery.textScalerOf from the
build context. This allows the picker text to respect user
accessibility settings for text size.
Implementation
final TextScaler? textScaler;