WemapActionButton constructor
- Key? key,
- required VoidCallback onPressed,
- required String text,
- bool isExpanded = true,
- Color? backgroundColor,
- Color? foregroundColor,
- EdgeInsetsGeometry? padding,
- double? borderRadius,
Implementation
const WemapActionButton({
super.key,
required this.onPressed,
required this.text,
this.isExpanded = true,
this.backgroundColor,
this.foregroundColor,
this.padding,
this.borderRadius,
});