LibraryStatefulWidget constructor

const LibraryStatefulWidget({
  1. Key? key,
  2. required String title,
})

Implementation

const LibraryStatefulWidget({Key? key, required this.title})
    : super(key: key);