clearData method

void clearData({
  1. bool goToDefaults = true,
})

Implementation

void clearData({
  bool goToDefaults = true,
}) {
  _updateData(
    goToDefaults ? componentData.defaultValue : null,
  );
}