BackButton constructor

const BackButton({Key key, Color color })

Creates an IconButton with the appropriate "back" icon for the current target platform.

Implementation

const BackButton({ Key key, this.color }) : super(key: key);