Unverified Commit c53058d8 authored by Chinmoy's avatar Chinmoy Committed by GitHub

Fixed typo in icon theme (#73247)

parent 4d663472
......@@ -26,7 +26,7 @@ class IconThemeData with Diagnosticable {
/// is clamped between 0.0 and 1.0.
const IconThemeData({this.color, double? opacity, this.size}) : _opacity = opacity;
/// Creates an icon them with some reasonable default values.
/// Creates an icon theme with some reasonable default values.
///
/// The [color] is black, the [opacity] is 1.0, and the [size] is 24.0.
const IconThemeData.fallback()
......
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