OutlinedButtonSmall constructor

OutlinedButtonSmall({
  1. String? content,
  2. bool active = false,
  3. Color? color,
  4. EdgeInsets? margin,
  5. EdgeInsets? padding,
  6. Function? onPressed,
})

Implementation

OutlinedButtonSmall(
    {this.content,
    this.active = false,
    this.color,
    this.margin,
    this.padding,
    this.onPressed});