Skip to content

Commit

Permalink
Addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Qun Cheng committed Jul 6, 2022
1 parent bf78590 commit 63b3be9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flutter/lib/src/material/icon_button.dart
Expand Up @@ -108,7 +108,6 @@ const double _kMinButtonSize = kMinInteractiveDimension;
/// If [isSelected] is null it will behave as a normal button. If [isSelected] is not
/// null then it will behave as a toggle button. If [isSelected] is true then it will
/// show [selectedIcon], if it false it will show the normal [icon].
/// Pressing the button will toggle the state.
///
/// {@tool dartpad}
/// This sample shows creation of [IconButton] widgets for standard, filled,
Expand Down

0 comments on commit 63b3be9

Please sign in to comment.