withTopLeft method
Creates new BorderRadius with specified topLeft radius
Implementation
BorderRadius withTopLeft(double value) =>
copyWith(topLeft: Radius.circular(value));
Creates new BorderRadius with specified topLeft radius
BorderRadius withTopLeft(double value) =>
copyWith(topLeft: Radius.circular(value));