ExpandedControlsConnectedDeviceLabel constructor

ExpandedControlsConnectedDeviceLabel({
  1. Key? key,
  2. required FlutterCastFramework castFramework,
  3. String? castingToText,
})

Implementation

ExpandedControlsConnectedDeviceLabel({
  Key? key,
  required this.castFramework,
  this.castingToText,
}) : super(key: key);