ContentPlaceholder constructor

const ContentPlaceholder({
  1. Key? key,
  2. required ContentLineType lineType,
})

Implementation

const ContentPlaceholder({
  super.key,
  required this.lineType,
});