📝 Use Icon() in IconButton.color documentation (#107819)

This commit is contained in:
Valentin Vignal
2022-07-19 23:55:35 +08:00
committed by GitHub
parent d8b9d5d1c7
commit 3eee64047a

View File

@@ -277,7 +277,7 @@ class IconButton extends StatelessWidget {
/// IconButton(
/// color: Colors.blue,
/// onPressed: _handleTap,
/// icon: Icons.widgets,
/// icon: Icon(Icons.widgets),
/// )
/// ```
final Color? color;