Skip to content

Commit 0cb047d

Browse files
committed
chore: resolve issue accessibility
1 parent b2ea380 commit 0cb047d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/ui/components/form_input/phone_number/phone_number_input_demo_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PhoneNumberInputDemoScreen extends StatefulWidget {
4848

4949
class _PhoneNumberInputDemoScreenState extends State<PhoneNumberInputDemoScreen> {
5050
final _scaffoldKey = GlobalKey<ScaffoldState>();
51-
bool _isBottomSheetExpanded = false;
51+
bool _isBottomSheetExpanded = true;
5252

5353
void _onExpansionChanged(bool isExpanded) {
5454
setState(() {

0 commit comments

Comments
 (0)