SharedBuilder<T> constructor

const SharedBuilder<T>({
  1. Key? key,
  2. SharedWidgetBuilder<T>? builder,
})

Implementation

const SharedBuilder({Key? key, this.builder}) : super(key: key);