IconThemeData.fallback constructor
Creates an icon them with some reasonable default values.
The color is black, the opacity is 1.0, and the size is 24.0.
Implementation
const IconThemeData.fallback()
    : color = const Color(0xFF000000),
      _opacity = 1.0,
      size = 24.0;