TitleView constructor

const TitleView({
  1. Key? key,
  2. String title = '',
  3. void onLeave(
    1. bool didStop
    )?,
})

Implementation

const TitleView({super.key, this.title = '', this.onLeave});