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