DefaultCodeChunkIndicator constructor
const
DefaultCodeChunkIndicator({
- Key? key,
- required double width,
- required CodeChunkController controller,
- required ValueNotifier<
Object?> notifier,
Implementation
const DefaultCodeChunkIndicator({super.key, required this.width, required this.controller, required this.notifier});