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