pub trait StyleWrapper { // Required method fn wrap(self) -> Node; }
Convert widget as a style wrapper
Converet widget to node