CardSettingsSection constructor
CardSettingsSection({
- CardSettingsInstructions? instructions,
- List<
CardSettingsWidget> ? children, - CardSettingsHeader? header,
- bool showMaterialonIOS = false,
- Divider? divider,
Implementation
CardSettingsSection({
this.instructions,
this.children,
this.header,
this.showMaterialonIOS: false,
this.divider,
});