[material] Fix info text (#147040)

Fixes intro info text for `IconButton.outlined` constructor.

No fixing issue required as this is a text fix.
This commit is contained in:
Jago 2024-04-20 00:55:05 +02:00 committed by GitHub
parent 5931b7b1ce
commit 5c5e64722e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,7 +266,7 @@ class IconButton extends StatelessWidget {
}) : assert(splashRadius == null || splashRadius > 0), }) : assert(splashRadius == null || splashRadius > 0),
_variant = _IconButtonVariant.filledTonal; _variant = _IconButtonVariant.filledTonal;
/// Create a filled tonal variant of IconButton. /// Create an outlined variant of IconButton.
/// ///
/// Outlined icon buttons are medium-emphasis buttons. Theyre useful when an /// Outlined icon buttons are medium-emphasis buttons. Theyre useful when an
/// icon button needs more emphasis than a standard icon button but less than /// icon button needs more emphasis than a standard icon button but less than