widget function
Implementation
Widget widget() {
LeanText t1 = LeanText("abc");
LeanText t2 = LeanText("bcd");
List<LeanText> list = [t1,t2];
return const TestListScreen();
}
Widget widget() {
LeanText t1 = LeanText("abc");
LeanText t2 = LeanText("bcd");
List<LeanText> list = [t1,t2];
return const TestListScreen();
}