appElevatedButton constructor
appElevatedButton({
- required Function? onPressed,
- String? buttonText,
- Widget? child,
- Color? color,
- OutlinedBorder? shape,
- EdgeInsets? padding,
- double? elevation,
- Color? boarderColor,
Implementation
appElevatedButton(
{required this.onPressed,
this.buttonText,
this.child,
this.color,
this.shape,
this.padding,
this.elevation,
this.boarderColor});