SpaceBarButton constructor
const
SpaceBarButton({})
Implementation
const SpaceBarButton({
super.key,
required this.onPressed,
required this.child,
this.color,
this.padding = const EdgeInsets.all(0.0),
this.enabled = true,
this.pending = false,
});