NumberMethodsSection constructor

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

Implementation

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