Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Flutter
  2. widgets.dart
  3. Focus
  4. debugLabel property
debugLabel
description

debugLabel property

String? getdebugLabel

A debug label for this widget.

Not used for anything except to be printed in the diagnostic output fromtoString ortoStringDeep.

To get a string with the entire tree, calldebugDescribeFocusTree. Toprint it to the console calldebugDumpFocusTree.

Defaults to null.

Implementation

String? get debugLabel => _debugLabel ?? focusNode?.debugLabel;
  1. Flutter
  2. widgets
  3. Focus
  4. debugLabel property
Focus class

[8]ページ先頭

©2009-2025 Movatter.jp