SDActionButton constructor

SDActionButton({@required VoidCallback onPressed, String title: "Ok", Icon icon, Color color })

Implementation

SDActionButton(
    {@required this.onPressed, this.title: "Ok", this.icon, this.color});