Home
last modified time | relevance | path

Searched refs:bottomMiddle (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dnav_bar_transition_test.dart177 final RenderParagraph bottomMiddle =
179 expect(bottomMiddle.text.style.color, const Color(0xff00050a));
180 expect(bottomMiddle.text.style.fontWeight, FontWeight.w600);
181 expect(bottomMiddle.text.style.fontFamily, '.SF Pro Text');
182 expect(bottomMiddle.text.style.letterSpacing, -0.41);
200 expect(bottomMiddle.text.style.color, const Color(0xff006de4));
201 expect(bottomMiddle.text.style.fontWeight, FontWeight.w400);
202 expect(bottomMiddle.text.style.fontFamily, '.SF Pro Text');
203 expect(bottomMiddle.text.style.letterSpacing, -0.41);
227 final RenderParagraph bottomMiddle =
[all …]
/third_party/node/lib/internal/
Dcli_table.js27 bottomMiddle: '┴', property
80 result += `${tableChars.bottomLeft}${divider.join(tableChars.bottomMiddle)}` +
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dnav_bar.dart1563 componentsTransition.bottomMiddle,
1815 Widget get bottomMiddle {
1816 final KeyedSubtree bottomMiddle = bottomComponents.middleKey.currentWidget;
1826 if (bottomMiddle != null && topBackLabel != null) {
1847 child: bottomMiddle.child,
1857 if (bottomMiddle != null && topLeading != null) {
1865 child: bottomMiddle.child,
2018 final KeyedSubtree bottomMiddle = bottomComponents.middleKey.currentWidget;
2071 if (bottomMiddle != null && topBackLabel != null) {