Searched refs:baseTheme (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | text_theme_test.dart | 134 final TextTheme baseTheme = Typography.englishLike2014.merge(typography.black); 135 final TextTheme sizeTheme = baseTheme.apply( 140 expect(sizeTheme.display4.fontSize, baseTheme.display4.fontSize * 2.0 + 5.0); 141 expect(sizeTheme.display3.fontSize, baseTheme.display3.fontSize * 2.0 + 5.0); 142 expect(sizeTheme.display2.fontSize, baseTheme.display2.fontSize * 2.0 + 5.0); 143 expect(sizeTheme.display1.fontSize, baseTheme.display1.fontSize * 2.0 + 5.0); 144 expect(sizeTheme.caption.fontSize, baseTheme.caption.fontSize * 2.0 + 5.0); 145 expect(sizeTheme.headline.fontSize, baseTheme.headline.fontSize * 2.0 + 5.0); 146 expect(sizeTheme.title.fontSize, baseTheme.title.fontSize * 2.0 + 5.0); 147 expect(sizeTheme.subhead.fontSize, baseTheme.subhead.fontSize * 2.0 + 5.0); [all …]
|
D | slider_test.dart | 1339 final ThemeData baseTheme = ThemeData( 1343 SliderThemeData theme = baseTheme.sliderTheme; 1354 data: baseTheme,
|
/third_party/node/deps/npm/node_modules/gauge/ |
D | theme-set.js | 10 ThemeSetProto.baseTheme = require('./base-theme.js') 15 parent = this.baseTheme 33 objectAssign(this.baseTheme, theme) 111 baseTheme: objectAssign({}, this.baseTheme), property
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | theme_data.dart | 1021 /// [localTextGeometry] theme with the [baseTheme]. 1023 /// For those text styles in the [baseTheme] whose [TextStyle.inherit] is set 1027 static ThemeData localize(ThemeData baseTheme, TextTheme localTextGeometry) { 1029 // previously seen baseTheme and localTextGeometry. Memoization is safe 1040 assert(baseTheme != null); 1044 _IdentityThemeDataCacheKey(baseTheme, localTextGeometry), 1046 return baseTheme.copyWith( 1047 primaryTextTheme: localTextGeometry.merge(baseTheme.primaryTextTheme), 1048 accentTextTheme: localTextGeometry.merge(baseTheme.accentTextTheme), 1049 textTheme: localTextGeometry.merge(baseTheme.textTheme), [all …]
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 3676 package:flutter/src/material/theme_data.dart,_IdentityThemeDataCacheKey,get:baseTheme
|