EditorIntWidget constructor
const
EditorIntWidget({
- Key? key,
- required List<
Inspectable> owners, - required String propertyName,
- Object? customData,
- void onUpdateProperty(
- dynamic value
Implementation
const EditorIntWidget({
super.key,
required this.owners,
required this.propertyName,
this.customData,
this.onUpdateProperty,
});