toBuild method

dynamic toBuild()

Implementation

toBuild() {
  return Stack(
    key: key,
    alignment: _alignment,
    textDirection: _textDirection,
    fit: _fit,
    // overflow: _overflow,
    clipBehavior: _clipBehavior,
    children: children,
  );
}