PlaceholderRF constructor
PlaceholderRF({})
Implementation
PlaceholderRF({
Key? key,
this.type = PlaceholderTypeRF.Inline,
this.items = 2,
this.lines = 4,
this.lineHeight = 14,
this.lineColor = Colors.grey,
this.align = TextAlign.left,
this.backColor = Colors.black12,
this.borderRadius = 10,
this.border,
this.height = 40,
}) : super(key: key);