firstBuild property

bool get firstBuild
inherited

State object's first build or will be its first build

Implementation

bool get firstBuild => _firstBuild ?? true;