FCPropsWidget<Props> constructor

const FCPropsWidget<Props>(
  1. WidgetKeyBuilder<Props> builder,
  2. Props props,
  3. Key? ref,
  4. String name, {
  5. Key? key,
})

Implementation

const FCPropsWidget(
  this.builder,
  this.props,
  this.ref,
  this.name, {
  super.key,
});