toggleMore method

void toggleMore()

Toggles the displayMore.

Implementation

void toggleMore() => displayMore.toggle();