TSShareHomePage constructor

const TSShareHomePage({
  1. Key? key,
  2. required bool currentIsPosterPage,
})

Implementation

const TSShareHomePage({
  Key? key,
  required this.currentIsPosterPage,
}) : super(key: key);