CFOP Mothod Memo Privacy Policy
5/19/20
CFOP Mothod Memo Privacy Policy

About Advertising This application uses AdMob (Google Inc.) as an ad serving tool, and AdMob may automatically acquire user information. Please refer to the links below for the application privacy policy of the ad service providers for information about the information they collect, the purpose of use, and the provision of such information to third parties.

How to use Column Widget

Flutter

10/2/19
How to use Column Widget

Widget that displays children vertically. To fill the available vertical space, wrap the child widget with Expanded widget. Column does not scroll. If you need a scrolling list, consider using ListView.

How to use AppBar Widget

Flutter

10/1/19
How to use AppBar Widget

Widget to implement the material design app bar. The app bar consists of a toolbar and possibly other widgets such as TabBar and FlexibleSpaceBar. AppBar class(API reference) Toolbar Implementation example of leading, title, and actions.