widget method

ACDDialog widget(
  1. Widget child
)

Implementation

ACDDialog widget(Widget child) {
  widgetList.add(child);
  return this;
}