Crop constructor

Crop(
  1. WidgetModel parent, {
  2. String? id,
})

Implementation

Crop(WidgetModel parent, {String? id}) : super(parent, id);