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