NumberBlockType constructor

NumberBlockType({
  1. required CreationSectionData sectionData,
})

Implementation

NumberBlockType({
  required CreationSectionData sectionData,
}) : super(
          sectionData: sectionData,
          shape: ProgrammingBlockShape.withReturn,
          puzzlePieceData: const NumberPuzzlePiece(),
          name: typeName);