Unverified Commit b1df925b authored by Kratos's avatar Kratos Committed by GitHub

Update documentation for borderWidth/renderBorder on ToggleButtons (#67290)

parent 186765b3
......@@ -144,7 +144,7 @@ import 'toggle_buttons_theme.dart';
/// selected, while [disabledBorderColor] determines the border's color when
/// the button is disabled. [borderColor] is used when the button is enabled.
///
/// To remove the border, set [borderWidth] to null. Setting [borderWidth] to
/// To remove the border, set [renderBorder] to false. Setting [borderWidth] to
/// 0.0 results in a hairline border. For more information on hairline borders,
/// see [BorderSide.width].
///
......
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