RecupFollowersWidgetStories constructor

RecupFollowersWidgetStories()

Implementation

RecupFollowersWidgetStories()
    : super(
        name: 'DataDisplay/RecupFollowersWidget',
        builder: (context) {
          const img1 =
              'https://images.unsplash.com/photo-1658757344183-82dd9ad942d6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxMHx8fGVufDB8fHx8&auto=format&fit=crop&w=500&q=60';
          const img2 =
              'https://images.unsplash.com/photo-1658825661829-a25e58739635?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxNXx8fGVufDB8fHx8&auto=format&fit=crop&w=500&q=60';
          const img3 =
              'https://images.unsplash.com/photo-1658752293622-7b4f3f98d6d7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxOHx8fGVufDB8fHx8&auto=format&fit=crop&w=500&q=60';
          return Center(
            child: Container(
              height: double.infinity,
              width: 400,
              child: Container(),
            ),
          );
        },
      );