SYMBOL INDEX (73 symbols across 7 files) FILE: example/lib/main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatefulWidget { method createState (line 28) | _MyHomePageState createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State method initState (line 87) | void initState() method build (line 100) | Widget build(BuildContext context) method _buildItems (line 694) | List _buildItems() method _buildItems2 (line 717) | List _buildItems2() FILE: example/test/widget_test.dart function main (line 3) | void main() FILE: lib/src/item_tags.dart type OnPressedCallback (line 6) | typedef OnPressedCallback = void Function(Item i); type OnLongPressedCallback (line 9) | typedef OnLongPressedCallback = void Function(Item i); type OnRemovedCallback (line 12) | typedef OnRemovedCallback = bool Function(); type ItemTagsCombine (line 15) | enum ItemTagsCombine { class ItemTags (line 24) | class ItemTags extends StatefulWidget { method createState (line 140) | _ItemTagsState createState() class _ItemTagsState (line 143) | class _ItemTagsState extends State { method _setDataList (line 149) | void _setDataList() method dispose (line 207) | void dispose() method build (line 213) | Widget build(BuildContext context) method _singleItem (line 437) | void _singleItem(DataListInherited dataSetIn, DataList dataSet) class Item (line 447) | class Item { method toString (line 455) | String toString() class ItemTagsImage (line 461) | class ItemTagsImage { class ItemTagsIcon (line 471) | class ItemTagsIcon { class ItemTagsRemoveButton (line 479) | class ItemTagsRemoveButton { FILE: lib/src/suggestions_textfield.dart type OnChangedCallback (line 9) | typedef OnChangedCallback = void Function(String string); type OnSubmittedCallback (line 12) | typedef OnSubmittedCallback = void Function(String string); class SuggestionsTextField (line 14) | class SuggestionsTextField extends StatefulWidget { method createState (line 24) | _SuggestionsTextFieldState createState() class _SuggestionsTextFieldState (line 27) | class _SuggestionsTextFieldState extends State { method initState (line 40) | void initState() method build (line 45) | Widget build(BuildContext context) method _onSubmitted (line 128) | void _onSubmitted(String str) method _checkOnChanged (line 152) | void _checkOnChanged(String str) class TagsTextField (line 176) | class TagsTextField { FILE: lib/src/tags.dart type Widget (line 8) | typedef Widget ItemBuilder(int index); class Tags (line 10) | class Tags extends StatefulWidget { method createState (line 82) | TagsState createState() class TagsState (line 85) | class TagsState extends State { method _getWidthContext (line 95) | void _getWidthContext() method build (line 109) | Widget build(BuildContext context) method _buildItems (line 154) | List _buildItems() method _widthCalc (line 222) | double _widthCalc() class DataListInherited (line 234) | class DataListInherited extends InheritedWidget { method updateShouldNotify (line 244) | bool updateShouldNotify(DataListInherited old) method of (line 251) | DataListInherited of(BuildContext context) class DataList (line 256) | class DataList extends ValueNotifier implements Item { FILE: lib/src/util/custom_wrap.dart class CustomWrap (line 6) | class CustomWrap extends MultiChildRenderObjectWidget { method createRenderObject (line 43) | CustomRenderWrap createRenderObject(BuildContext context) method updateRenderObject (line 59) | void updateRenderObject(BuildContext context, CustomRenderWrap renderO... method debugFillProperties (line 74) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class CustomRenderWrap (line 91) | class CustomRenderWrap extends RenderBox method setupParentData (line 274) | void setupParentData(RenderBox child) method _computeIntrinsicHeightForWidth (line 279) | double _computeIntrinsicHeightForWidth(double width) method _computeIntrinsicWidthForHeight (line 308) | double _computeIntrinsicWidthForHeight(double height) method computeMinIntrinsicWidth (line 338) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 355) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 372) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 390) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 407) | double computeDistanceToActualBaseline(TextBaseline baseline) method _getMainAxisExtent (line 411) | double _getMainAxisExtent(RenderBox child) method _getCrossAxisExtent (line 421) | double _getCrossAxisExtent(RenderBox child) method _getOffset (line 431) | Offset _getOffset(double mainAxisOffset, double crossAxisOffset) method _getChildCrossAxisOffset (line 441) | double _getChildCrossAxisOffset(bool flipCrossAxis, double runCrossAxi... method performLayout (line 458) | void performLayout() method hitTestChildren (line 655) | bool hitTestChildren(HitTestResult result, {Offset position}) method paint (line 660) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 671) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _RunMetrics (line 687) | class _RunMetrics { class WrapParentData (line 696) | class WrapParentData extends ContainerBoxParentData { FILE: test/flutter_tags_test.dart function main (line 3) | void main()