toBuild method

dynamic toBuild()

Implementation

toBuild() {
  return SizedBox(
    key: key,
    child: child,
  );
}