@override Widget renderButtons() { return AlertIKnowSpacedButton( iKnowTitle: this.iKnowTitle, iKnowHandle: () { // print("点击Alert按钮:'我知道了'"); this.iKnowHandle(); }, ); }