qinglie
qinglie
Activity根布局ConsecutiveScrollerLayout 嵌套TextView、ConsecutiveViewPager,TextView吸顶。ConsecutiveViewPager里面是两个Fragment,Fragment里面又是ConsecutiveScrollerLayout 嵌套TextView。此时如何让Fragment里面的TextView吸顶同时让Activity的TextView移出屏幕?
fix document
in Tutorial2_10Screen1: When I expand SheetContent quickly, it pops up at the bottom (maybe should be called "Fling"), showing some MainContent area. I want SheetContent to expand to its maximum...
  About Composable GridSnackCardWithTitle, I thought they were the same height, but they're not. Maybe the baseline should be considered. or use Modifier.layout ?
如下demo,搭配 AnimatedList,EasyRefresh 在执行刷新动画时点击按钮,完成刷新后,无法上弹: ``` void main() { runApp(const MyHome()); } class MyHome extends StatelessWidget { const MyHome({super.key}); @override Widget build(BuildContext context) { return const MaterialApp( home: Scaffold( body: SafeArea(child: MyBody2()),...