displayBottomPanel property

  1. @Input()
bool displayBottomPanel
getter/setter pair

Whether to display error, hint text, and character counter panel.

Implementation

@Input()
bool displayBottomPanel = true;