GradientElevatedTextButton constructor
const
GradientElevatedTextButton({
- Key? key,
- required String title,
- required Future<
void> onTap(), - TextStyle? style,
- GeneralButtonType? generalButtonType,
- BorderRadius? borderRadius,
- Border? border,
- double? width,
- double? height,
Implementation
const GradientElevatedTextButton({
super.key,
required this.title,
required this.onTap,
this.style,
this.generalButtonType,
this.borderRadius,
this.border,
this.width,
this.height,
});