@@ -41,35 +41,35 @@ The following is a guide to the features available in the
41
41
inspector's toolbar. When space is limited, the icon is
42
42
used as the visual version of the label.
43
43
44
- ![ Select widget mode button] ( /assets/images/docs/tools/devtools/select-widget-mode-button.png ) { : width ="20px"}
44
+ ![ Select widget mode button] ( /assets/images/docs/tools/devtools/select-widget-mode-button.png )
45
45
** Select widget mode**
46
46
: Enable this button in order to select
47
47
a widget on the device to inspect it. To learn more,
48
48
check out [ Inspecting a widget] ( #inspecting-a-widget ) .
49
49
50
- ![ Show implementation widgets button] ( /assets/images/docs/tools/devtools/show-implementation-widgets-button.png ) { : width ="20px"}
50
+ ![ Show implementation widgets button] ( /assets/images/docs/tools/devtools/show-implementation-widgets-button.png )
51
51
** Show implementation widgets**
52
52
: Enable this button in to show implementation widgets in the widget tree. To learn more,
53
53
check out [ Use the Widget Tree] ( #use-the-widget-tree ) .
54
54
55
- ![ Refresh tree icon] ( /assets/images/docs/tools/devtools/refresh-tree-icon.png ) {: width ="20px"} ** Refresh tree**
55
+ ![ Refresh tree icon] ( /assets/images/docs/tools/devtools/refresh-tree-icon.png ) {:.theme-icon width="20px"} ** Refresh tree**
56
56
: Reload the current widget info.
57
57
58
- ![ Slow animations icon] ( /assets/images/docs/tools/devtools/slow-animations-icon.png ) {: width ="20px"} ** [ Slow animations] [ ] **
58
+ ![ Slow animations icon] ( /assets/images/docs/tools/devtools/slow-animations-icon.png ) {:.theme-icon width="20px"} ** [ Slow animations] [ ] **
59
59
: Run animations 5 times slower to help fine-tune them.
60
60
61
- ![ Show guidelines mode icon] ( /assets/images/docs/tools/devtools/debug-paint-mode-icon.png ) {: width ="20px"} ** [ Show guidelines] [ ] **
61
+ ![ Show guidelines mode icon] ( /assets/images/docs/tools/devtools/debug-paint-mode-icon.png ) {:.theme-icon width="20px"} ** [ Show guidelines] [ ] **
62
62
: Overlay guidelines to assist with fixing layout issues.
63
63
64
- ![ Show baselines icon] ( /assets/images/docs/tools/devtools/paint-baselines-icon.png ) {: width ="20px"} ** [ Show baselines] [ ] **
64
+ ![ Show baselines icon] ( /assets/images/docs/tools/devtools/paint-baselines-icon.png ) {:.theme-icon width="20px"} ** [ Show baselines] [ ] **
65
65
: Show baselines, which are used for aligning text.
66
66
Can be useful for checking if text is aligned.
67
67
68
- ![ Highlight repaints icon] ( /assets/images/docs/tools/devtools/repaint-rainbow-icon.png ) {: width ="20px"} ** [ Highlight repaints] [ ] **
68
+ ![ Highlight repaints icon] ( /assets/images/docs/tools/devtools/repaint-rainbow-icon.png ) {:.theme-icon width="20px"} ** [ Highlight repaints] [ ] **
69
69
: Show borders that change color when elements repaint.
70
70
Useful for finding unnecessary repaints.
71
71
72
- ![ Highlight oversized images icon] ( /assets/images/docs/tools/devtools/invert_oversized_images_icon.png ) {: width ="20px"} ** [ Highlight oversized images] [ ] **
72
+ ![ Highlight oversized images icon] ( /assets/images/docs/tools/devtools/invert_oversized_images_icon.png ) {:.theme-icon width="20px"} ** [ Highlight oversized images] [ ] **
73
73
: Highlights images that are using too much memory
74
74
by inverting colors and flipping them.
75
75
0 commit comments