FloatingActionButtonTheme constructor
- Key? key,
- required FloatingActionButtonThemeData data,
- 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});