TButtonShape constructor

const TButtonShape({
  1. required OutlinedBorder border,
})

Implementation

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