buttonBarTheme function

ButtonBarThemeData buttonBarTheme(
  1. BuildContext context
)

Implementation

ButtonBarThemeData buttonBarTheme(BuildContext context) {
  return theme(context).buttonBarTheme;
}