ContainedButtonThemeData constructor
const
ContainedButtonThemeData({
- required ButtonStyle style,
- GBButtonGradient? gradient,
- bool uppercase = true,
Creates a ContainedButtonThemeData.
The style may be null.
Implementation
const ContainedButtonThemeData({
required this.style,
this.gradient,
this.uppercase = true,
}) : super(
style: style,
);