PropertyWidget<T extends Object> constructor
const
PropertyWidget<T extends Object> ({
- Key? key,
- Property<
T> ? property, - Set<
Property< ? properties,Object> > - required Widget builder(
- BuildContext context
- VoidCallback? onInit,
- VoidCallback? onDispose,
Implementation
const PropertyWidget(
{super.key,
this.property,
this.properties,
required this.builder,
this.onInit,
this.onDispose});