CastIcon constructor

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

Implementation

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