getBtnShape method

BorderRadius getBtnShape()

Returns the border radius for the button based on its shape.

Implementation

BorderRadius getBtnShape() => _borderRadiusByShape[shape] ?? FxRadius.none;