floatingActionButtonTheme function

FloatingActionButtonThemeData floatingActionButtonTheme(
  1. BuildContext context
)

Implementation

FloatingActionButtonThemeData floatingActionButtonTheme(BuildContext context) {
  return theme(context).floatingActionButtonTheme;
}