SimpleTextPlaceholderHistory constructor

SimpleTextPlaceholderHistory({
  1. TextAlign align = TextAlign.left,
  2. double height = 60,
})

Implementation

SimpleTextPlaceholderHistory({this.align = TextAlign.left, this.height = 60});