AIOrbButton constructor
const
AIOrbButton({
- Key? key,
- required OrbState state,
- required bool hasGeneratedResult,
- double size = 160,
- VoidCallback? onTap,
Implementation
const AIOrbButton({
super.key,
required this.state,
required this.hasGeneratedResult,
this.size = 160,
this.onTap,
});