We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5931b7b commit 5c5e647Copy full SHA for 5c5e647
packages/flutter/lib/src/material/icon_button.dart
@@ -266,7 +266,7 @@ class IconButton extends StatelessWidget {
266
}) : assert(splashRadius == null || splashRadius > 0),
267
_variant = _IconButtonVariant.filledTonal;
268
269
- /// Create a filled tonal variant of IconButton.
+ /// Create an outlined variant of IconButton.
270
///
271
/// Outlined icon buttons are medium-emphasis buttons. They’re useful when an
272
/// icon button needs more emphasis than a standard icon button but less than
0 commit comments