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