Skip to main content

demoOrganisationFeedPage method

[Widget] demoOrganisationFeedPage(

  1. [[BuildContext] context]

)

function returns a widget that shows the feed of the organization.

params:

  • context: build context of the widget.

returns:

  • Widget: returns a widget that shows the feed of the organization.

Implementation

Widget demoOrganisationFeedPage(BuildContext context) 
  1. talawa
  2. organization_feed_demo
  3. DemoOrganizationFeed
  4. demoOrganisationFeedPage method
DemoOrganizationFeed class