Home
last modified time | relevance | path

Searched refs:_title (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/flutter/dev/snippets/config/templates/
Dstateless_widget_scaffold.tmpl13 static const String _title = 'Flutter Code Sample';
18 title: _title,
20 appBar: AppBar(title: const Text(_title)),
Dstateful_widget_scaffold.tmpl13 static const String _title = 'Flutter Code Sample';
18 title: _title,
20 appBar: AppBar(title: const Text(_title)),
Dstateful_widget_material.tmpl13 static const String _title = 'Flutter Code Sample';
18 title: _title,
Dstateless_widget_material.tmpl13 static const String _title = 'Flutter Code Sample';
18 title: _title,
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbottom_navigation_demo.dart18 _title = title,
36 final String _title;
67 label: 'Placeholder for $_title tab',
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dlist_tile.dart1113 RenderBox _title;
1114 RenderBox get title => _title;
1116 _title = _updateChild(_title, value, _ListTileSlot.title);
/third_party/python/Lib/
Dturtle.py3671 _title = _CFG["title"] variable in _Screen
3681 self._root.title(_Screen._title)
3750 _Screen._title = titlestring
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log5043 …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…