withTop method

Widget withTop(
  1. Widget top
)

Implementation

Widget withTop(Widget top) => Column(children: [top, this]);