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