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 {
/// [ButtonThemeData.textTheme].
///
/// See also:
///
/// * [disabledTextColor], the text color to use when the button has been
/// disabled.
final Color textColor;
......@@ -142,7 +143,9 @@ class OutlineButton extends StatefulWidget {
/// [ThemeData.disabledColor].
///
/// 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;
/// 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