FloatingActionButtonTheme constructor

const FloatingActionButtonTheme({
  1. Key? key,
  2. required FloatingActionButtonThemeData data,
  3. required Widget child,
})

Creates a floating action button theme that controls the configurations for FloatingActionButtons in its widget subtree.

Implementation

const FloatingActionButtonTheme({super.key, required this.data, required super.child});