CollectionView Extends Widget A scrollable list that displays data items in cells, one per row. Cells are created on demand by the createCell callback and reused on scrolling. ...
NavigationView Extends Composite A widget that displays a stack of pages with a toolbar that allows to navigate back. The toolbar also displays the current page’s title and th...
CanvasContext The CanvasContext is used for drawing onto the canvas . It is a subset of the HTML5 CanvasRenderingContext2D . Import this type with “const {CanvasContext} = requi...