socialButtonRadius property

double get socialButtonRadius

Social button corner radius: "Social Button Style" when set, else the button shape. Pill (22) is half the icon button's height = a circle.

Implementation

double get socialButtonRadius =>
    (_t.socialButtonShape ?? buttonShape).radius;