Posit<T> constructor
const
Posit<T> ({})
Implementation
const Posit(
{required this.key,
required this.fragmentBuilder,
this.title,
this.icon,
this.params,
this.drawerTitle});