scroll property

Widget get scroll

Implementation

Widget get scroll {
  return SingleChildScrollView(
    child: this,
  );
}