SectionConfig constructor

const SectionConfig({
  1. required String name,
  2. bool isInverted = false,
})

Implementation

const SectionConfig({
  required this.name,
  this.isInverted = false,
});