FFTestClick constructor
FFTestClick({
- Key? key,
- String? text,
- Function? onClick,
- Color? color = Colors.red,
- EdgeInsetsGeometry? margin = const EdgeInsets.all(2),
Implementation
FFTestClick({
Key? key,
this.text,
this.onClick,
this.color = Colors.red,
this.margin = const EdgeInsets.all(2)
}) : super(key: key);