Unverified Commit 27863774 authored by Darren Austin's avatar Darren Austin Committed by GitHub

Updated the Action chip's documentation regarding disabled states. (#111598)

parent 0c829caa
...@@ -18,9 +18,10 @@ import 'theme_data.dart'; ...@@ -18,9 +18,10 @@ import 'theme_data.dart';
/// content. Action chips should appear dynamically and contextually in a UI. /// content. Action chips should appear dynamically and contextually in a UI.
/// ///
/// Action chips can be tapped to trigger an action or show progress and /// Action chips can be tapped to trigger an action or show progress and
/// confirmation. They cannot be disabled; if the action is not applicable, the /// confirmation. For Material 3, a disabled state is supported for Action
/// chip should not be included in the interface. (This contrasts with buttons, /// chips and is specified with [onPressed] being null. For previous versions
/// where unavailable choices are usually represented as disabled controls.) /// of Material Design, it is recommended to remove the Action chip from the
/// the interface entirely rather than display a disabled chip.
/// ///
/// Action chips are displayed after primary content, such as below a card or /// Action chips are displayed after primary content, such as below a card or
/// persistently at the bottom of a screen. /// persistently at the bottom of a screen.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment