isCompleted property

bool isCompleted
final

Whether this timeline item represents a completed action.

  • true: Displays a filled blue circle with a checkmark
  • false: Displays a hollow circle with blue border

Implementation

final bool isCompleted;