Flutter

Flutter Tutorial – Flutter is an open source framework to create high quality, high performance mobile applications across mobile operating systems

ListTile Flutter

ListTile is generally used to populate a ListView in Flutter. ListTile makes populating ListView very simple. Here we will cover all parameters of ListTile. title The title can take any widget. Usually, it will a Text Widget subtitle The subtitle is the smaller text showing below the title leading The leading property is the starting section of the ListTile. You add any

ListTile Flutter Read More »