operationItem property

Widget Function({void onSwitchChange(bool newValue)?, required String operationName, String? operationText, bool? operationValue, required String type})? operationItem
getter/setter pair

Override the default operation item style for un-customized profile widget.

Implementation

Widget Function({
  required String operationName,
  required String type,
  bool? operationValue,
  String? operationText,
  void Function(bool newValue)? onSwitchChange,
})? operationItem;