ObjectSettings constructor Null safety

const ObjectSettings(
  1. {ObjectLayoutAssistSettings layoutAssist = const ObjectLayoutAssistSettings(),
  2. ObjectEnlargeControlsResolver enlargeControlsResolver = _enlargeControls,
  3. ObjectShowScaleRotationControlsResolver showScaleRotationControlsResolver = _showScaleRotationControls}
)

Creates a TextSettings with the given layoutAssist.

Implementation

const ObjectSettings({
  this.layoutAssist = const ObjectLayoutAssistSettings(),
  this.enlargeControlsResolver = _enlargeControls,
  this.showScaleRotationControlsResolver = _showScaleRotationControls,
});