FespExpansionTile constructor
const
FespExpansionTile({
- Key? key,
- required FespExpansionTileData data,
Implementation
const FespExpansionTile({
super.key,
required this.data,
});