This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| // This is an example of a bottom sheet with a text field inside a tab | |
| // and a footer with another text field. | |
| // Please use a tablet simulator on landscape mode to better see the issue. | |
| // When the text field of tab 1 is pressed and focused, the keyboard appears and | |
| // resizes the bottom sheet correctly. However, the footer go over the whole content of tab 1 which | |
| // causes the user to not see what's being written. |