dual sccreen
Opened this issue · 0 comments
SERDARPINAR commented
hi there. thanks. for. this plugin
i have 2. screen android device.(15" + 10") .i setup startpane and endpane but not showing seperatly. how can i setup ?
thanks
home: TwoPane(
startPane: const LoginScreen(),
endPane: const Material(
child: Padding(
padding: EdgeInsets.all(16.0),
child: Center(
child: Text('This pane is visible on dual-screen devices.'),
),
),
),
),