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