OpenNewViewTile constructor
Implementation
const OpenNewViewTile({
this.icon = Icons.open_in_full,
required this.title,
required this.newView,
this.supplyLoginModel = false,
Key? key,
this.onPop,
}) : super(key: key);
const OpenNewViewTile({
this.icon = Icons.open_in_full,
required this.title,
required this.newView,
this.supplyLoginModel = false,
Key? key,
this.onPop,
}) : super(key: key);