affectsLayout property
bool
get
affectsLayout
Whether this entrance changes the space the block takes while it plays.
True only for growIn. The others animate paint alone, so content below them holds still — worth knowing when the reveal is inside a scroll view pinned to the bottom.
Implementation
bool get affectsLayout => this == GptMarkdownBlockAnimation.growIn;