FlutlyButton constructor
FlutlyButton({
- Key? key,
- required ButtonType? buttonType,
- required Function onTap,
- Widget? child,
- FlutlyButtonApperiances? apperiances,
- String? text,
Implementation
FlutlyButton({
super.key,
required this.buttonType,
required this.onTap,
this.child,
this.apperiances,
this.text,
});