JunnyMenuStyleConfig constructor
const
JunnyMenuStyleConfig({
- JunnyMenuSectionListStyleConfig? sectionListStyle,
- JunnyMenuSectionCardStyleConfig? sectionCardStyle,
- JunnyMenuSectionCardStyleConfig? workbenchSectionCardStyle,
- JunnyMenuSectionCardStyleConfig? subsystemSectionCardStyle,
- JunnyMenuSectionCardStyleConfig? quickSectionCardStyle,
- JunnyMenuSectionCardStyleConfig? listSectionCardStyle,
- JunnyMenuItemStyleConfig? compactGridItemStyle,
- JunnyMenuItemStyleConfig? regularGridItemStyle,
- JunnyMenuIconChipStyleConfig? iconChipStyle,
创建视觉样式配置。
Implementation
const JunnyMenuStyleConfig({
this.sectionListStyle,
this.sectionCardStyle,
this.workbenchSectionCardStyle,
this.subsystemSectionCardStyle,
this.quickSectionCardStyle,
this.listSectionCardStyle,
this.compactGridItemStyle,
this.regularGridItemStyle,
this.iconChipStyle,
});