flutter-settings-ui icon indicating copy to clipboard operation
flutter-settings-ui copied to clipboard

use DefaultTextStyle.merge() to replace DefaultTextStyle()

Open stephen-yu-gh opened this issue 2 years ago • 2 comments

My custom text styles are overridden by DefaultTextStyle(). Please consider to use DefaultTextStyle.merge() instead.

stephen-yu-gh avatar May 13 '22 06:05 stephen-yu-gh

Hey, @stephen-yu-gh, I'm sorry, but I have not found this problem, could you describe the problem in more detail or provide a code example where the styles are overridden?

M-ixai-L avatar Jun 01 '22 10:06 M-ixai-L

I try to reproduce the bug today and find the newest version (2.0.2) is OK.

This issue can be closed. Sorry to trouble you.


Here was the problem. I am sure it has changed from 2.0.1 to 2.0.2.

2 0 1

2 0 2

stephen-yu-gh avatar Jun 22 '22 04:06 stephen-yu-gh