disabled static method

Devuelve el border en estado disabled

Implementation

static OutlineInputBorder disabled(OutlineInputBorder base) {
  return base.copyWith(borderSide: BorderSide(width: _defaultBorderWidth, color: ColorsTokens.colorGray200));
}