build method
Implementation
YYDialog build([BuildContext? ctx]) {
if (ctx == null && _context != null) {
this.context = _context;
return this;
}
this.context = ctx;
return this;
}
YYDialog build([BuildContext? ctx]) {
if (ctx == null && _context != null) {
this.context = _context;
return this;
}
this.context = ctx;
return this;
}