Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xinthink/react-native-material-kit
/ withTextStyle
Method
withTextStyle
lib/builder.js:106–109 ·
view source on GitHub ↗
(style)
Source
from the content-addressed store, hash-verified
104
}
105
106
withTextStyle(style) {
107
this.textStyle = style;
108
return
this;
109
}
110
111
mergeTextStyleWith(base) {
112
this.textStyle = [].concat(base, this.textStyle);
Callers
5
coloredRaisedButton
Function · 0.80
plainRaisedButton
Function · 0.80
flatButton
Function · 0.80
coloredFlatButton
Function · 0.80
accentColoredFlatButton
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected