buttonStyle top-level property
Implementation
ButtonStyle buttonStyle = ButtonStyle(
shape: WidgetStateProperty.all<RoundedRectangleBorder>(
RoundedRectangleBorder(
borderRadius: globalBorderRadius * 1.5,
),
),
);
ButtonStyle buttonStyle = ButtonStyle(
shape: WidgetStateProperty.all<RoundedRectangleBorder>(
RoundedRectangleBorder(
borderRadius: globalBorderRadius * 1.5,
),
),
);