Searched refs:_title (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/flutter/dev/snippets/config/templates/ |
D | stateless_widget_scaffold.tmpl | 13 static const String _title = 'Flutter Code Sample'; 18 title: _title, 20 appBar: AppBar(title: const Text(_title)),
|
D | stateful_widget_scaffold.tmpl | 13 static const String _title = 'Flutter Code Sample'; 18 title: _title, 20 appBar: AppBar(title: const Text(_title)),
|
D | stateful_widget_material.tmpl | 13 static const String _title = 'Flutter Code Sample'; 18 title: _title,
|
D | stateless_widget_material.tmpl | 13 static const String _title = 'Flutter Code Sample'; 18 title: _title,
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | bottom_navigation_demo.dart | 18 _title = title, 36 final String _title; 67 label: 'Placeholder for $_title tab',
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | list_tile.dart | 1113 RenderBox _title; 1114 RenderBox get title => _title; 1116 _title = _updateChild(_title, value, _ListTileSlot.title);
|
/third_party/python/Lib/ |
D | turtle.py | 3671 _title = _CFG["title"] variable in _Screen 3681 self._root.title(_Screen._title) 3750 _Screen._title = titlestring
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 5043 …ontend/front_end/devices/DevicesView.js(127,16): error TS2339: Property '_title' does not exist on… 5045 …ontend/front_end/devices/DevicesView.js(147,14): error TS2339: Property '_title' does not exist on… 10339 …tend/front_end/sources/NavigatorView.js(951,23): error TS2339: Property '_title' does not exist on… 10357 …end/front_end/sources/NavigatorView.js(1554,70): error TS2339: Property '_title' does not exist on…
|