PlexFormWidget<T> constructor
const
PlexFormWidget<T> ({})
Implementation
const PlexFormWidget({
super.key,
required this.entity,
required this.onSubmit,
this.persistenceKey,
this.db,
});