withTopLeft method

BorderRadius withTopLeft(
  1. double value
)

Creates new BorderRadius with specified topLeft radius

Implementation

BorderRadius withTopLeft(double value) =>
    copyWith(topLeft: Radius.circular(value));