CubeConsumer<C extends Cube> constructor
const
CubeConsumer<C extends Cube> ({
- Key? key,
- required AsyncCubeWidgetBuilder<
C> builder, - Object? arguments,
- C? cube,
- OnActionChanged<
C, CubeAction> ? onAction, - CubeWidgetDispose<
C> ? dispose,
Implementation
const CubeConsumer({
Key? key,
required this.builder,
this.arguments,
this.cube,
this.onAction,
this.dispose,
}) : super(key: key);