JunnyMenuStyleConfig constructor

const JunnyMenuStyleConfig({
  1. JunnyMenuSectionListStyleConfig? sectionListStyle,
  2. JunnyMenuSectionCardStyleConfig? sectionCardStyle,
  3. JunnyMenuSectionCardStyleConfig? workbenchSectionCardStyle,
  4. JunnyMenuSectionCardStyleConfig? subsystemSectionCardStyle,
  5. JunnyMenuSectionCardStyleConfig? quickSectionCardStyle,
  6. JunnyMenuSectionCardStyleConfig? listSectionCardStyle,
  7. JunnyMenuItemStyleConfig? compactGridItemStyle,
  8. JunnyMenuItemStyleConfig? regularGridItemStyle,
  9. JunnyMenuIconChipStyleConfig? iconChipStyle,
})

创建视觉样式配置。

Implementation

const JunnyMenuStyleConfig({
  this.sectionListStyle,
  this.sectionCardStyle,
  this.workbenchSectionCardStyle,
  this.subsystemSectionCardStyle,
  this.quickSectionCardStyle,
  this.listSectionCardStyle,
  this.compactGridItemStyle,
  this.regularGridItemStyle,
  this.iconChipStyle,
});