Unverified Commit 6e13128f authored by Hans Muller's avatar Hans Muller Committed by GitHub

OutlineButton doc fixes (#15092)

parent 905f9acf
...@@ -129,6 +129,7 @@ class OutlineButton extends StatefulWidget { ...@@ -129,6 +129,7 @@ class OutlineButton extends StatefulWidget {
/// [ButtonThemeData.textTheme]. /// [ButtonThemeData.textTheme].
/// ///
/// See also: /// See also:
///
/// * [disabledTextColor], the text color to use when the button has been /// * [disabledTextColor], the text color to use when the button has been
/// disabled. /// disabled.
final Color textColor; final Color textColor;
...@@ -142,7 +143,9 @@ class OutlineButton extends StatefulWidget { ...@@ -142,7 +143,9 @@ class OutlineButton extends StatefulWidget {
/// [ThemeData.disabledColor]. /// [ThemeData.disabledColor].
/// ///
/// See also: /// See also:
/// * [textColor] - The color to use for this button's text when the button is [enabled]. ///
/// * [textColor], which specifies the color to use for this button's text
/// when the button is [enabled].
final Color disabledTextColor; final Color disabledTextColor;
/// The button's opaque fill color when it's [enabled] and has been pressed. /// The button's opaque fill color when it's [enabled] and has been pressed.
......
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