normal constant
TButtonShape
const normal
Standard rounded rectangle (radius 6.0).
Implementation
static const TButtonShape normal = TButtonShape(border: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(6.0))));