Answers for "listView disable pull splash"

0

listView disable pull splash

class MyBehavior extends ScrollBehavior {
  @override
  Widget buildViewportChrome(
      BuildContext context, Widget child, AxisDirection axisDirection) {
    return child;
  }
}
Posted by: Guest on April-08-2020

Code answers related to "listView disable pull splash"

Browse Popular Code Answers by Language