ContentPlaceholder constructor
const
ContentPlaceholder({
- Key? key,
- required ContentLineType lineType,
Implementation
const ContentPlaceholder({
super.key,
required this.lineType,
});