SelectAllTextIntent constructor Null safety

const SelectAllTextIntent(
  1. SelectionChangedCause cause
)

Creates an instance of SelectAllTextIntent.

Implementation

const SelectAllTextIntent(this.cause);