getOutlinedButtonStyle static method

ButtonStyle getOutlinedButtonStyle(
  1. BuildContext context
)

Implementation

static ButtonStyle getOutlinedButtonStyle(BuildContext context) {
  return Theme.of(context).outlinedButtonTheme.style ??
      getDefaultOutlinedButtonStyle();
}