LogicBlockType constructor

LogicBlockType({
  1. required CreationSectionData sectionData,
})

Implementation

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