FitBuilder<T extends FitState> constructor
const
FitBuilder<T extends FitState> ({
- Key? key,
- required Widget builder(
- BuildContext context,
- T controller
- String? tag,
- dynamic init(
- T
- dynamic dispose(
- T
Implementation
const FitBuilder({
super.key,
required this.builder,
this.tag,
this.init,
this.dispose,
});