CustomButtonWidget constructor
const
CustomButtonWidget({})
Creates a CustomButtonWidget.
Implementation
const CustomButtonWidget(
{Key? key,
required this.onPressed,
required this.text,
this.width = 100,
this.enabled = true,
this.padding = AppSpacing.medium})
: super(key: key);