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

This commit is contained in:
Kratos 2020-10-06 03:17:03 +05:30 committed by GitHub
parent 186765b3a7
commit b1df925b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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