IDSFloatingActionButton constructor
const
IDSFloatingActionButton({})
IDSFloatingActionButton
Implementation
const IDSFloatingActionButton({
required this.onPressed,
required this.isSelected,
required this.activeColor,
required this.inactiveColor,
required this.icon,
this.enableShadow = true, // Default is true (shadow enabled)
super.key,
});