fix: iPad dividerwidth
This commit is contained in:
parent
186b06ae91
commit
ead81b52c0
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class App extends StatelessWidget {
|
|||
onGenerateRoute: FluffyRoutes(context).onGenerateRoute,
|
||||
dividerColor: Theme.of(context).dividerColor,
|
||||
columnWidth: FluffyThemes.columnWidth,
|
||||
dividerWidth: 0.5,
|
||||
dividerWidth: 1.0,
|
||||
routeBuilder: (builder, settings) =>
|
||||
Matrix.of(context).loginState == LoginState.logged &&
|
||||
!{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue