selectedBackdrop abstract method

Widget selectedBackdrop(
  1. BuildContext context,
  2. int index,
  3. Asset asset
)

Animated backdrop widget for items. 部件选中时的动画遮罩部件

Implementation

Widget selectedBackdrop(
  BuildContext context,
  int index,
  Asset asset,
);