IdTypeButton constructor
const
IdTypeButton({
- required String text,
- VoidCallback? onPressed,
- String? assetPath,
- Key? key,
Implementation
const IdTypeButton({
required this.text,
this.onPressed,
this.assetPath,
super.key,
});