https://developer.android.com/guide/topics/resources/more-resources.html#Dimension
In Android, view layout sizes are given in density-independent pixels (dp) while font sizes are given in scale-independent pixels (sp). The difference between the two appears to be that sp are sensitive to accessibility settings for font size, while dp are not.
Does Flutter respect system accessibility settings like this when it's applying layout measurements to a view versus text?