open:convexappbar

ConvexAppBar

snippet.dart
// define field instance
GlobalKey<ConvexAppBarState> _appBarKey = GlobalKey<ConvexAppBarState>();
// construct with key
ConvexAppBar(key: _appBarKey, /* ... */);
// access related State when necessary such as onPageChanged
_appBarKey.currentState.animateTo(2/* index*/);

  • open/convexappbar.txt
  • 마지막으로 수정됨: 2020/06/02 09:25
  • 저자 127.0.0.1