init method

void init()

Initializes this Post.

Implementation

void init() {
  horizontal.value.addListener(_pageListener);
}