ContentContainer constructor
const
ContentContainer({
- required String title,
- String? content,
- VoidCallback? onCopyTap,
- bool isJson = true,
- Key? key,
Implementation
const ContentContainer({
required this.title,
this.content,
this.onShareTap,
this.onCopyTap,
this.isJson = true,
super.key,
});