ExpandingSection constructor
Implementation
const ExpandingSection({
super.key,
required this.leading,
required this.title,
required this.children,
this.disabled = false,
});
const ExpandingSection({
super.key,
required this.leading,
required this.title,
required this.children,
this.disabled = false,
});