outlinedButtonTheme function

OutlinedButtonThemeData outlinedButtonTheme(
  1. BuildContext context
)

Implementation

OutlinedButtonThemeData outlinedButtonTheme(BuildContext context) {
  return theme(context).outlinedButtonTheme;
}