TButtonShape constructor

const TButtonShape({
  1. required OutlinedBorder border,
  2. bool vertical = false,
})

Implementation

const TButtonShape({
  required this.border,
  this.vertical = false,
});