RowPaddingButton constructor
RowPaddingButton({})
Implementation
RowPaddingButton({
Key? key,
this.leftRightPadding,
this.height,
this.cornerRadius,
required this.bgColorType,
required this.title,
this.titleStyle,
required this.onPressed,
}) : super(key: key);