underLine method

DecoratedBox underLine()

Implementation

DecoratedBox underLine() {
  return this.decoratedBox(BoxDecoration(border: Border(bottom: BorderSide(color: globalTheme.hintColor))));
}