FCPropsWidget<Props> constructor
const
FCPropsWidget<Props> (
- WidgetKeyBuilder<
Props> builder, - Props props,
- Key? ref,
- String name, {
- Key? key,
Implementation
const FCPropsWidget(
this.builder,
this.props,
this.ref,
this.name, {
super.key,
});