widget function

Widget widget()

Implementation

Widget widget() {
  return LeanContainerScrollable(
    height: 50,
    width: 100,
    child: LeanText("hi whats upp \n man in there it is cold"),
  );
}