ExpandedControlsConnectedDeviceLabel constructor Null safety
- {Key? key,
- required FlutterCastFramework castFramework,
- String? castingToText}
Implementation
ExpandedControlsConnectedDeviceLabel({
Key? key,
required this.castFramework,
this.castingToText,
}) : super(key: key);