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