flâneur — a map of the web's best reading

Scaffold class - material library - Dart API

api.flutter.dev · 1,948 words · saved by 1 readers

API docs for the Scaffold class from the material library, for the Dart programming language.

Scaffold class - material library - Dart API description Scaffold class Implements the basic Material Design visual layout structure. This class provides APIs for showing drawers and bottom sheets. To display a persistent bottom sheet, obtain the ScaffoldState for the current BuildContext via Scaffold.of and use the ScaffoldState.showBottomSheet function. This example shows a Scaffold with a body and FloatingActionButton . The body is a Text placed in a Center in order to center the text within the Scaffold . The FloatingActionButton is connected to a callback that increments a counter. link T

Explore this link on the map →

saved by

related reading