custom static method
Custom rounded rectangle with defined radius.
Implementation
static TButtonShape custom(double radius) =>
TButtonShape(border: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(radius))));
Custom rounded rectangle with defined radius.
static TButtonShape custom(double radius) =>
TButtonShape(border: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(radius))));