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