ButtonCardLayout constructor

ButtonCardLayout({
  1. ButtonType buttonType = ButtonType.filled,
  2. bool isStretched = false,
})

Implementation

ButtonCardLayout({
  this.buttonType = ButtonType.filled,
  this.isStretched = false,
}) : super(schemaType: schemaName);