Unverified Commit 78c2defa authored by Michael Rienstra's avatar Michael Rienstra Committed by GitHub

Minor correction to documentation for buttonColor (#58117)

parent f5de6aad
...@@ -402,7 +402,7 @@ class ButtonThemeData with Diagnosticable { ...@@ -402,7 +402,7 @@ class ButtonThemeData with Diagnosticable {
/// ///
/// If the button is in the focused, hovering, or highlighted state, then the /// If the button is in the focused, hovering, or highlighted state, then the
/// [focusColor], [hoverColor], or [highlightColor] will take precedence over /// [focusColor], [hoverColor], or [highlightColor] will take precedence over
/// the [focusColor]. /// the [buttonColor].
/// ///
/// See also: /// See also:
/// ///
......
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