PropertyWidget constructor
const
PropertyWidget({
- Key? key,
- required PropertyBase property,
Creates a widget that delegates its build to a callback.
Implementation
const PropertyWidget({
super.key,
// required this.builder,
required this.property,
});