TButtonShape constructor
const
TButtonShape({
- required OutlinedBorder border,
- bool vertical = false,
Implementation
const TButtonShape({
required this.border,
this.vertical = false,
});