OutlinedButtonSmall constructor
OutlinedButtonSmall({
- String? content,
- bool active = false,
- Color? color,
- EdgeInsets? margin,
- EdgeInsets? padding,
- Function? onPressed,
Implementation
OutlinedButtonSmall(
{this.content,
this.active = false,
this.color,
this.margin,
this.padding,
this.onPressed});