DebugPaintPrintProfileOptionsMixin mixin
Development tools in Flutter's debug.dart
- Mixin applications
Properties
- debugEnhanceBuildTimelineArguments ↔ bool?
-
Adds debugging information to 'Timeline' events related to Widget builds.
getter/setter pair
- debugHighlightDeprecatedWidgets ↔ bool?
-
Show banners for deprecated widgets.
getter/setter pair
- debugOnRebuildDirtyWidget ↔ void Function(Element e, bool builtOnce)?
-
Callback invoked for every dirty widget built each frame.
getter/setter pair
- debugPaintBaselinesEnabled ↔ bool?
-
Causes each RenderBox to paint a line at each of its baselines.
getter/setter pair
- debugPaintLayerBordersEnabled ↔ bool?
-
Causes each Layer to paint a box around its bounds.
getter/setter pair
- debugPaintPointersEnabled ↔ bool?
-
Causes objects like 'RenderPointerListener' to flash when tapped.
getter/setter pair
- debugPaintSizeEnabled ↔ bool?
-
Highlights UI while debugging.
getter/setter pair
- debugPrintBuildScope ↔ bool?
-
Log all calls to BuildOwner.buildScope.
getter/setter pair
- debugPrintGlobalKeyedWidgetLifecycle ↔ bool?
-
Log when widgets with global keys are deactivated and log when they are reactivated (retaken).
getter/setter pair
- debugPrintRebuildDirtyWidgets ↔ bool?
-
Log the dirty widgets that are built each frame.
getter/setter pair
- debugPrintScheduleBuildForStacks ↔ bool?
-
Log the call stacks that mark widgets as needing to be rebuilt.
getter/setter pair
- debugProfileBuildsEnabled ↔ bool?
-
Adds 'Timeline' events for every Widget built.
getter/setter pair
- debugProfileBuildsEnabledUserWidgets ↔ bool?
-
Adds 'Timeline' events for every user-created Widget built.
getter/setter pair
- debugRepaintRainbowEnabled ↔ bool?
-
Overlay a rotating set of colors when repainting layers in debug mode.
getter/setter pair
- debugRepaintTextRainbowEnabled ↔ bool?
-
Overlay a rotating set of colors when repainting text in debug mode.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inDebugEnhanceBuildTimelineArguments ↔ BooleanFunctionIndicatorCallback?
-
Returns 'debugging information to 'Timeline' events' boolean indicator.
getter/setter pair
- inDebugHighlightDeprecatedWidgets ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Show banners for deprecated widgets' boolean indicator.
getter/setter pair
- inDebugOnRebuildDirtyWidget ↔ RebuildDirtyWidgetCallback?
-
Callback invoked for every dirty widget built each frame.
getter/setter pair
- inDebugPaintBaselinesEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'to paint a line at each of its baselines' boolean indicator.
getter/setter pair
- inDebugPaintLayerBordersEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'to paint a box around its bounds' boolean indicator.
getter/setter pair
- inDebugPaintPointersEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'to flash when tapped' boolean indicator.
getter/setter pair
- inDebugPaintSizeEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Highlights UI while debugging' boolean indicator.
getter/setter pair
- inDebugPrintBuildScope ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Highlights UI while debugging' boolean indicator.
getter/setter pair
- inDebugPrintGlobalKeyedWidgetLifecycle ↔ BooleanFunctionIndicatorCallback?
-
Returns 'when widgets with global keys are deactivate' boolean indicator.
getter/setter pair
- inDebugPrintRebuildDirtyWidgets ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Log the dirty widgets that are built each frame' boolean indicator.
getter/setter pair
- inDebugPrintScheduleBuildForStacks ↔ BooleanFunctionIndicatorCallback?
-
Returns 'mark widgets needed to be rebuilt' boolean indicator.
getter/setter pair
- inDebugProfileBuildsEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Adds 'Timeline' events' boolean indicator.
getter/setter pair
- inDebugProfileBuildsEnabledUserWidgets ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Highlights UI while debugging' boolean indicator.
getter/setter pair
- inDebugRepaintRainbowEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Overlay a rotating set of colors' boolean indicator.
getter/setter pair
- inDebugRepaintTextRainbowEnabled ↔ BooleanFunctionIndicatorCallback?
-
Returns 'Overlay a rotating set of colors' boolean indicator.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDebugEnhanceBuildTimelineArguments(
) → bool? - Returns 'debugging information to 'Timeline' events' boolean indicator.
-
onDebugHighlightDeprecatedWidgets(
) → bool? - Returns 'Show banners for deprecated widgets' boolean indicator.
-
onDebugOnRebuildDirtyWidget(
) → RebuildDirtyWidgetCallback? - Returns 'Callback invoked for every dirty widget built' boolean indicator.
-
onDebugPaintBaselinesEnabled(
) → bool? - Returns 'to paint a line at each of its baselines' boolean indicator.
-
onDebugPaintLayerBordersEnabled(
) → bool? - Returns 'to paint a box around its bounds' boolean indicator.
-
onDebugPaintPointersEnabled(
) → bool? - Returns 'to flash when tapped' boolean indicator.
-
onDebugPaintSizeEnabled(
) → bool? - Returns 'Highlights UI while debugging' boolean indicator.
-
onDebugPrintBuildScope(
) → bool? - Returns 'Highlights UI while debugging' boolean indicator.
-
onDebugPrintGlobalKeyedWidgetLifecycle(
) → bool? - Returns 'when widgets with global keys are deactivate' boolean indicator.
-
onDebugPrintRebuildDirtyWidgets(
) → bool? - Returns 'Log the dirty widgets that are built each frame' boolean indicator.
-
onDebugPrintScheduleBuildForStacks(
) → bool? - Returns 'mark widgets needed to be rebuilt' boolean indicator.
-
onDebugProfileBuildsEnabled(
) → bool? - Returns 'Adds 'Timeline' events' boolean indicator.
-
onDebugProfileBuildsEnabledUserWidgets(
) → bool? - Returns 'Highlights UI while debugging' boolean indicator.
-
onDebugRepaintRainbowEnabled(
) → bool? - Returns 'Overlay a rotating set of colors' boolean indicator.
-
onDebugRepaintTextRainbowEnabled(
) → bool? - Returns 'Overlay a rotating set of colors' boolean indicator.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited