EHTextButton constructor
const
EHTextButton({
- Key? key,
- required VoidCallback? onPressed,
- required Widget child,
- ButtonStyle? style,
- bool isFullWidth = false,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- Color? foregroundColor,
- double borderRadius = 16,
- TextStyle? textStyle,
Implementation
const EHTextButton({
super.key,
required this.onPressed,
required this.child,
this.style,
this.isFullWidth = false,
this.width,
this.height,
this.padding,
this.foregroundColor,
this.borderRadius = 16,
this.textStyle,
});