FlutterFeatureButton constructor
const
FlutterFeatureButton({
- Key? key,
- String? text,
- Color? bgColor,
- double? height,
- double? width,
- ShapeBorder? border,
- TextStyle? textStyle,
- VoidCallback? onTap,
Implementation
const FlutterFeatureButton({
super.key,
this.text,
this.bgColor,
this.height,
this.width,
this.border,
this.textStyle,
this.onTap,
});