AppFloatingActionButton constructor
const
AppFloatingActionButton({})
Implementation
const AppFloatingActionButton(
{super.key,
required this.onPressed,
required this.isShowOnlyIcon,
this.text,
this.backgroundColor = AppColors.blue,
this.isEnabled = true,
this.iconData});