NumberInstancesSection constructor

NumberInstancesSection({
  1. Key? key,
  2. required Color color,
})

Implementation

NumberInstancesSection({
  Key? key,
  required Color color,
}) : super(
        key: key,
        sectionData: CreationSectionData(
          name: 'Number',
          color: color,
        ),
      );