Skip to content

Commit

Permalink
Update documentation for borderWidth/renderBorder on ToggleButtons (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pranitb10 committed Oct 5, 2020
1 parent 186765b commit b1df925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/toggle_buttons.dart
Expand Up @@ -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].
///
Expand Down

0 comments on commit b1df925

Please sign in to comment.