styleNotMatched property

TextStyle? styleNotMatched
final

the styleNotMatched is used to set a default TextStyle for code that does not match any theme.

Implementation

final TextStyle? styleNotMatched;