Skip to content

Commit 5c5e647

Browse files
authored
[material] Fix info text (#147040)
Fixes intro info text for `IconButton.outlined` constructor. No fixing issue required as this is a text fix.
1 parent 5931b7b commit 5c5e647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/icon_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IconButton extends StatelessWidget {
266266
}) : assert(splashRadius == null || splashRadius > 0),
267267
_variant = _IconButtonVariant.filledTonal;
268268

269-
/// Create a filled tonal variant of IconButton.
269+
/// Create an outlined variant of IconButton.
270270
///
271271
/// Outlined icon buttons are medium-emphasis buttons. They’re useful when an
272272
/// icon button needs more emphasis than a standard icon button but less than

0 commit comments

Comments
 (0)