ArticleSectionComponent constructor
Implementation
const ArticleSectionComponent({
required this.title,
required this.onPressed,
super.key,
this.description,
this.child,
this.useChild = false,
this.useButton = false,
this.color,
});
const ArticleSectionComponent({
required this.title,
required this.onPressed,
super.key,
this.description,
this.child,
this.useChild = false,
this.useButton = false,
this.color,
});