underlineVisible property

bool get underlineVisible

Implementation

bool get underlineVisible {
  return background == null ||
      background == Colors.transparent && borderAll <= 0;
}