DSI_SECONDARY_BUTTON constructor
DSI_SECONDARY_BUTTON({})
Implementation
DSI_SECONDARY_BUTTON(
{super.key,
required this.title,
this.borderradius,
this.buttonColor,
this.height,
this.textColor,
this.width,
required this.onPressed,
this.alignment});