border property

Border get border

Implementation

Border get border => Border.all(
      color: color ?? const Color(0xFF000000),
      width: width,
      style: style,
    );