UElevatedButton constructor
const
UElevatedButton({
- Key? key,
- String? title,
- Widget? titleWidget,
- VoidCallback? onTap,
- IconData? icon,
- double? width,
- double? height,
- TextStyle? textStyle,
- Color? backgroundColor,
- EdgeInsets? padding,
Implementation
const UElevatedButton({
super.key,
this.title,
this.titleWidget,
this.onTap,
this.icon,
this.width,
this.height,
this.textStyle,
this.backgroundColor,
this.padding,
});