TcsCustomTwoButtonVerticalDialog constructor

const TcsCustomTwoButtonVerticalDialog({
  1. Key? key,
  2. String? title,
  3. String? text,
  4. String? buttonTxtA,
  5. String? buttonTxtB,
  6. Function? functionA,
  7. Function? functionB,
  8. TextAlign? textAlign,
})

彈跳視窗:雙按鈕垂直樣式

Implementation

const TcsCustomTwoButtonVerticalDialog({super.key, this.title, this.text, this.buttonTxtA, this.buttonTxtB, this.functionA, this.functionB, this.textAlign});