HubbleSmallIconButton constructor
const
HubbleSmallIconButton({})
Implementation
const HubbleSmallIconButton({
Key? key,
required this.onPressed,
required this.icon,
this.size = 24,
this.color = Colors.black,
this.backgroundColor = const Color(0xFFD9D9D9),
}) : super(key: key);