ElevatedButtonThemeModifier constructor
const
ElevatedButtonThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required ElevatedButtonThemeData data,
Create a ElevatedButtonTheme.
The data
parameter must not be null.
Implementation
const ElevatedButtonThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});