CustomExpansionTile constructor
const
CustomExpansionTile({})
Implementation
const CustomExpansionTile({
required this.title,
required this.children,
this.leading,
this.padding,
super.key,
});
const CustomExpansionTile({
required this.title,
required this.children,
this.leading,
this.padding,
super.key,
});