You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter MaterialApp contains two constructors with many optional parameters. The parameters appear as a giant blob of text more than two screens wide. It requires HORIZONTAL SCROLLING to see all of the parameters.
Flutter
MaterialApp
contains two constructors with many optional parameters. The parameters appear as a giant blob of text more than two screens wide. It requires HORIZONTAL SCROLLING to see all of the parameters.This makes searching and reading the docs extremely slow. Also, CTRL-F searching is unusable in Flutter docs.
Let's reformat parameter lists the way Dart itself formats them: one per line.
Screenshots
Taken with Safari 14.0.3.
The text was updated successfully, but these errors were encountered: