CastIcon constructor
CastIcon({
- required FlutterCastFramework castFramework,
- Color color = _defaultIconColor,
Implementation
CastIcon({
required this.castFramework,
this.color = _defaultIconColor,
});