CastIcon constructor Null safety

CastIcon(
  1. {required FlutterCastFramework castFramework,
  2. Color color = _defaultIconColor}
)

Implementation

CastIcon({
  required this.castFramework,
  this.color = _defaultIconColor,
});