withBottom method

Widget withBottom(
  1. Widget bottom
)

Implementation

Widget withBottom(Widget bottom) => Column(children: [this, bottom]);