PlaceholderText constructor

const PlaceholderText({
  1. Key? key,
  2. String? text,
  3. double? iconSize,
  4. Color? color,
})

Implementation

const PlaceholderText({
  super.key,
  this.text,
  this.iconSize,
  this.color,
});