borderColor property

Color? borderColor

Implementation

Color? get borderColor {
  return borderColorState?.fromController(this) ?? _borderColor;
}
void borderColor=(Color? value)

Implementation

set borderColor(Color? value) => _borderColor = value;