MCPcopy 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

coloredRaisedButtonFunction · 0.80
plainRaisedButtonFunction · 0.80
flatButtonFunction · 0.80
coloredFlatButtonFunction · 0.80
accentColoredFlatButtonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected