Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing Separate FullScreen() method [FEATURE REQUEST] #245

Closed
vipinnegi90 opened this issue Jun 2, 2020 · 2 comments
Closed

Exposing Separate FullScreen() method [FEATURE REQUEST] #245

vipinnegi90 opened this issue Jun 2, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@vipinnegi90
Copy link

Currently, we have a Widget for Full Screen ie. FullScreenButton(). But the button is non-customizable. How about having a separate method for eg. _controller.FullScreen(), that can be called from any widget's onPressed() or onTap() etc.

for eg.

FlatButton(
  onPressed: () {
    _controller.FullScreen();
  },
  child: Text("Go to FullScreen", style: kMyTextStyle),
)
@vipinnegi90 vipinnegi90 added the enhancement New feature or request label Jun 2, 2020
@sarbagyastha
Copy link
Owner

sarbagyastha commented Jun 2, 2020

There's one already toggleFullScreenMode

@vipinnegi90
Copy link
Author

Nice, it works! I think you should mention all these exposed functions in the main description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants