Development/Flutter - Widget

Flutter 위젯] SnackBar

Clein8 2020. 2. 22. 12:25
반응형

 

 

flutter.dev Reference

 

SnackBar class - material library - Dart API

A lightweight message with an optional action which briefly displays at the bottom of the screen. To display a snack bar, call Scaffold.of(context).showSnackBar(), passing an instance of SnackBar that describes the message. To control how long the SnackBar

api.flutter.dev

 

반응형