FKernalCounterBuilder constructor
const
FKernalCounterBuilder({
- Key? key,
- required String slice,
- CounterSlice create()?,
- required Widget builder(
- BuildContext context,
- int value,
- CounterSlice counter
Implementation
const FKernalCounterBuilder({
super.key,
required this.slice,
this.create,
required this.builder,
});